Revert changing FNEG of v4f32 to Expand. It's legal.
llvm-svn: 168030
This commit is contained in:
parent
bb7060584c
commit
323f614cd1
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user