Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but
authorEli Friedman <eli.friedman@gmail.com>
Sun, 24 May 2009 10:21:20 +0000 (10:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 24 May 2009 10:21:20 +0000 (10:21 +0000)
commited2f8c557a86612ee14fea25e7be2d3c1445951a
tree36a7395b5688cc2d8c0670b5851636637637fc72
parent2c235010312f72622acd4b7bb70f87cf31a982f6
Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but
it's late, and I don't have any better ideas at the moment.  Fixes PR4257.

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