forked from OSchip/llvm-project
[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
This commit is contained in:
parent
6b1c6548bd
commit
220fd33522
|
@ -826,6 +826,7 @@ def KNLFeatures : ProcessorFeatures<[], [
|
||||||
FeatureLAHFSAHF,
|
FeatureLAHFSAHF,
|
||||||
FeatureSlow3OpsLEA,
|
FeatureSlow3OpsLEA,
|
||||||
FeatureSlowIncDec,
|
FeatureSlowIncDec,
|
||||||
|
FeatureAES,
|
||||||
FeatureRDRAND,
|
FeatureRDRAND,
|
||||||
FeatureF16C,
|
FeatureF16C,
|
||||||
FeatureFSGSBase,
|
FeatureFSGSBase,
|
||||||
|
|
Loading…
Reference in New Issue