From 220fd33522caef69faf8b22707130cc114b64164 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 29 Oct 2018 18:17:01 +0000 Subject: [PATCH] [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 --- llvm/lib/Target/X86/X86.td | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td index 3034b6618df0..74135656528d 100644 --- a/llvm/lib/Target/X86/X86.td +++ b/llvm/lib/Target/X86/X86.td @@ -826,6 +826,7 @@ def KNLFeatures : ProcessorFeatures<[], [ FeatureLAHFSAHF, FeatureSlow3OpsLEA, FeatureSlowIncDec, + FeatureAES, FeatureRDRAND, FeatureF16C, FeatureFSGSBase,