Make FNEG and FABS of v4f32 Expand.

llvm-svn: 168029
This commit is contained in:
Craig Topper 2012-11-15 08:06:12 +00:00
parent c8a2adf1ca
commit bb7060584c
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,8 @@ 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);
setOperationAction(ISD::FCOS, MVT::v4f32, Expand);