Use the APInt versions of the bit-wise conversions of float/double to int
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 20:44:23 +0000 (20:44 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 20:44:23 +0000 (20:44 +0000)
commit0d54b7df4f99fb18c3893455ad3864326f74feb6
treec47e851a0339e707ad52ad6064e618d992ab0c67
parent53ee4f9d4083ce5106d95ab23985570a1f7413e5
Use the APInt versions of the bit-wise conversions of float/double to int
and back. While this is not strictly necessary, it does pave the way for
future changes in casting. It should now be possible to improve vector
casting to deal with un-equal fp/int sizes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34808 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp