From 271a5c72a0f43f8da540800dba016f5d1337c997 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 14 Dec 2017 08:25:53 +0000 Subject: [X86] Remove redundant setOperationAction calls. These calls already exist earlier under AVX2 feature. llvm-svn: 320673 --- llvm/lib/Target/X86/X86ISelLowering.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm') diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 5c400330679..f363cebc94e 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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); -- cgit v1.2.3