forked from OSchip/llvm-project
[X86] Remove duplicate operation actions. NFCI.
llvm-svn: 302230
This commit is contained in:
parent
c89aa0bee5
commit
e9c5d7b70b
|
@ -1360,11 +1360,6 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
|
|||
setOperationAction(ISD::CTLZ, MVT::v2i64, Legal);
|
||||
setOperationAction(ISD::CTLZ, MVT::v4i32, Legal);
|
||||
|
||||
setOperationAction(ISD::CTLZ, MVT::v8i16, Custom);
|
||||
setOperationAction(ISD::CTLZ, MVT::v16i8, Custom);
|
||||
setOperationAction(ISD::CTLZ, MVT::v16i16, Custom);
|
||||
setOperationAction(ISD::CTLZ, MVT::v32i8, Custom);
|
||||
|
||||
setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v8i64, Custom);
|
||||
setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v16i32, Custom);
|
||||
setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v4i64, Custom);
|
||||
|
|
Loading…
Reference in New Issue