OSDN Git Service

Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't
authorEvan Cheng <evan.cheng@apple.com>
Fri, 15 Apr 2011 01:31:00 +0000 (01:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 15 Apr 2011 01:31:00 +0000 (01:31 +0000)
commit9eec66e604f09ed9779bc438d0dc4fa9d24db44c
tree768abd3eb02d2aca2c8b10544802c53a0728929d
parent188ce9c78bdd817f5aa84eff6f1929387ca329e6
Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't
forget to right shift the source by 32 first. rdar://9287902

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129556 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/fcopysign.ll