Skip to content

Commit 220fd33

Browse files
committed
[X86] Add AES to KNL CPUs to match clang.
I believe this was lost from KNL when AES was pushed from Westmere to Skylake recently. KNL used to inherit from IVB. llvm-svn: 345519
1 parent 6b1c654 commit 220fd33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/X86/X86.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,7 @@ def KNLFeatures : ProcessorFeatures<[], [
826826
FeatureLAHFSAHF,
827827
FeatureSlow3OpsLEA,
828828
FeatureSlowIncDec,
829+
FeatureAES,
829830
FeatureRDRAND,
830831
FeatureF16C,
831832
FeatureFSGSBase,

0 commit comments

Comments
 (0)