[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:
Craig Topper 2018-10-29 18:17:01 +00:00
parent 6b1c6548bd
commit 220fd33522
1 changed files with 1 additions and 0 deletions

View File

@ -826,6 +826,7 @@ def KNLFeatures : ProcessorFeatures<[], [
FeatureLAHFSAHF,
FeatureSlow3OpsLEA,
FeatureSlowIncDec,
FeatureAES,
FeatureRDRAND,
FeatureF16C,
FeatureFSGSBase,