Codegen support for i128 UINT_TO_FP. This just fixes a
authorDan Gohman <gohman@apple.com>
Wed, 5 Mar 2008 02:07:31 +0000 (02:07 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 5 Mar 2008 02:07:31 +0000 (02:07 +0000)
commit34bc178e4da0105f3a50a00cc06ca1193c529bcb
treecae9b678a509a54bdd839c9687a7bee99c34cf6d
parent6fd599fa6916bd9438dbea7994cf2437bdf4ab8c
Codegen support for i128 UINT_TO_FP. This just fixes a
bug in r47928 (Int64Ty is the correct type for the constant
pool entry here) and removes the asserts, now that the code
is capable of handling i128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47932 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypesExpand.cpp