Implement a correct ui64->f32 conversion. The old
authorDale Johannesen <dalej@apple.com>
Thu, 13 May 2010 23:50:42 +0000 (23:50 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 13 May 2010 23:50:42 +0000 (23:50 +0000)
commita5afa1cb214146fd270c86f606b634c8ed6682f2
tree743f575f3ad451a6f12597702139f706392d4e1d
parentb9c0e332b31c8834ef455dcf5fbd73803720110c
Implement a correct ui64->f32 conversion.  The old
one was subject to double rounding in extreme cases.

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