Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 28ad0fe

Browse files
committed
[CostModel][X86] Removed unused cost. NFCI.
SHL v8i32 is already handled in the SSE41 cost table git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292612 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4ad0fb1 commit 28ad0fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Target/X86/X86TargetTransformInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ int X86TTIImpl::getArithmeticInstrCost(
611611
{ ISD::SHL, MVT::v16i8, 26 }, // cmpgtb sequence.
612612
{ ISD::SHL, MVT::v8i16, 32 }, // cmpgtb sequence.
613613
{ ISD::SHL, MVT::v4i32, 2*5 }, // We optimized this using mul.
614-
{ ISD::SHL, MVT::v8i32, 2*2*5 }, // We optimized this using mul.
615614
{ ISD::SHL, MVT::v2i64, 4 }, // splat+shuffle sequence.
616615
{ ISD::SHL, MVT::v4i64, 2*4 }, // splat+shuffle sequence.
617616

0 commit comments

Comments
 (0)