Skip to content

Commit ae1597d

Browse files
committed
[X86] Add FeatureFastScalarShiftMasks and FeatureFastVectorShiftMasks to the ignore list for inlining compatibility.
These are tuning flags and won't cause any codegen issue if we inline a function with a different value. llvm-svn: 360992
1 parent b7804ef commit ae1597d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/X86/X86TargetTransformInfo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class X86TTIImpl : public BasicTTIImplBase<X86TTIImpl> {
5454
X86::FeatureFastPartialYMMorZMMWrite,
5555
X86::FeatureFastScalarFSQRT,
5656
X86::FeatureFastSHLDRotate,
57+
X86::FeatureFastScalarShiftMasks,
58+
X86::FeatureFastVectorShiftMasks,
5759
X86::FeatureFastVariableShuffle,
5860
X86::FeatureFastVectorFSQRT,
5961
X86::FeatureLEAForSP,

0 commit comments

Comments
 (0)