From 323f614cd12fb70d151ce98db8fb9e2fec4bfdf2 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 15 Nov 2012 08:09:46 +0000 Subject: [PATCH] Revert changing FNEG of v4f32 to Expand. It's legal. llvm-svn: 168030 --- llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 5bbc3094345c..c2e084816f4d 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);