Expand fcopysign to a series of bitwise of operations when it's profitable to
authorEvan Cheng <evan.cheng@apple.com>
Thu, 4 Jan 2007 21:56:39 +0000 (21:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 4 Jan 2007 21:56:39 +0000 (21:56 +0000)
commit912095becac923ff614d7b07728eb345ada67765
tree57a4af191a92d5169801e582c0f1a018b0f2afaf
parent37e01c5e90537779c4b51334ffec2319c8b730d8
Expand fcopysign to a series of bitwise of operations when it's profitable to
do so.

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