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://review.tizen.org/git/?a=commitdiff_plain;h=323f614cd12fb70d151ce98db8fb9e2fec4bfdf2;p=platform%2Fupstream%2Fllvm.git Revert changing FNEG of v4f32 to Expand. It's legal. llvm-svn: 168030 --- diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 5bbc309..c2e0848 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/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);