mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +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
4da3cc501c
commit
2ee280e18e
@ -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