mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 20:26:06 +00:00

We should not use double (or float) in the LLVM, unless it is really needed. x87 FP register doesn't preserve SNaN to move the value. FIXME: APFloat() may have the constructor by raw bit. llvm-svn: 277813