Commit 220fd335 authored by Craig Topper's avatar Craig Topper
Browse files

[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
parent 6b1c6548
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -826,6 +826,7 @@ def KNLFeatures : ProcessorFeatures<[], [
  FeatureLAHFSAHF,
  FeatureSlow3OpsLEA,
  FeatureSlowIncDec,
  FeatureAES,
  FeatureRDRAND,
  FeatureF16C,
  FeatureFSGSBase,