forked from OSchip/llvm-project
[X86] Remove redundant setOperationAction calls.
These calls already exist earlier under AVX2 feature. llvm-svn: 320673
This commit is contained in:
parent
4750c785b3
commit
271a5c72a0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue