From: Craig Topper Date: Thu, 15 Nov 2012 08:09:46 +0000 (+0000) Subject: Revert changing FNEG of v4f32 to Expand. It's legal. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=116bd168e1dd46ed5b1b46aabfc566128836fb70;p=oota-llvm.git 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 --- diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 5bbc3094345..c2e084816f4 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);