[X86] Remove redundant setOperationAction calls.

These calls already exist earlier under AVX2 feature.

llvm-svn: 320673
This commit is contained in:
Craig Topper 2017-12-14 08:25:53 +00:00
parent 4750c785b3
commit 271a5c72a0
1 changed files with 0 additions and 2 deletions

View File

@ -1256,8 +1256,6 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
setOperationAction(ISD::ZERO_EXTEND, MVT::v16i8, Custom);
setOperationAction(ISD::SIGN_EXTEND, MVT::v8i16, Custom);
setOperationAction(ISD::ZERO_EXTEND, MVT::v8i16, Custom);
setOperationAction(ISD::SIGN_EXTEND, MVT::v16i16, Custom);
setOperationAction(ISD::ZERO_EXTEND, MVT::v16i16, Custom);
for (auto VT : { MVT::v16f32, MVT::v8f64 }) {
setOperationAction(ISD::FFLOOR, VT, Legal);