Implement expansion of unsigned i64 -> FP.
authorChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 05:09:42 +0000 (05:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Apr 2005 05:09:42 +0000 (05:09 +0000)
commite9c35e7309a8293852ba71d874fa4dc99e07e6fe
tree5379649d32be31e3cf77538b5e9eb9409b88c158
parentc02780eed1f78130e8ebff3c3800fcbb1cc79cfd
Implement expansion of unsigned i64 -> FP.

Note that this probably only works for little endian targets, but is enough
to get siod working :)

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