diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-11-15 08:09:46 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-11-15 08:09:46 +0000 |
commit | 116bd168e1dd46ed5b1b46aabfc566128836fb70 (patch) | |
tree | a0856525833ac01238a0a071f1cbed2153009aee /lib/Target | |
parent | b916904e685208a815a32e1ef24c1b49b3abb0cd (diff) |
Revert changing FNEG of v4f32 to Expand. It's legal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 5bbc309434..c2e084816f 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -505,7 +505,6 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM) setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand); - setOperationAction(ISD::FNEG, MVT::v4f32, Expand); setOperationAction(ISD::FABS, MVT::v4f32, Expand); setOperationAction(ISD::FSQRT, MVT::v4f32, Expand); setOperationAction(ISD::FSIN, MVT::v4f32, Expand); |