mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 20:22:30 +00:00
[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
This commit is contained in:
parent
b7804ef3a7
commit
ae1597d360
@ -54,6 +54,8 @@ class X86TTIImpl : public BasicTTIImplBase<X86TTIImpl> {
|
||||
X86::FeatureFastPartialYMMorZMMWrite,
|
||||
X86::FeatureFastScalarFSQRT,
|
||||
X86::FeatureFastSHLDRotate,
|
||||
X86::FeatureFastScalarShiftMasks,
|
||||
X86::FeatureFastVectorShiftMasks,
|
||||
X86::FeatureFastVariableShuffle,
|
||||
X86::FeatureFastVectorFSQRT,
|
||||
X86::FeatureLEAForSP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user