We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7804ef commit ae1597dCopy full SHA for ae1597d
llvm/lib/Target/X86/X86TargetTransformInfo.h
@@ -54,6 +54,8 @@ class X86TTIImpl : public BasicTTIImplBase<X86TTIImpl> {
54
X86::FeatureFastPartialYMMorZMMWrite,
55
X86::FeatureFastScalarFSQRT,
56
X86::FeatureFastSHLDRotate,
57
+ X86::FeatureFastScalarShiftMasks,
58
+ X86::FeatureFastVectorShiftMasks,
59
X86::FeatureFastVariableShuffle,
60
X86::FeatureFastVectorFSQRT,
61
X86::FeatureLEAForSP,
0 commit comments