[PATCH] D51565: Move FeatureAES from SLM, WSM and SNB to GLM and SKL

Erich Keane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 14:13:40 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341861: Move FeatureAES from SLM, WSM and SNB to GLM and SKL (authored by erichkeane, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51565?vs=163614&id=164749#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51565

Files:
  llvm/trunk/lib/Target/X86/X86.td


Index: llvm/trunk/lib/Target/X86/X86.td
===================================================================
--- llvm/trunk/lib/Target/X86/X86.td
+++ llvm/trunk/lib/Target/X86/X86.td
@@ -589,7 +589,6 @@
   FeatureMOVBE,
   FeaturePOPCNT,
   FeaturePCLMUL,
-  FeatureAES,
   FeatureSlowDivide64,
   FeatureSlowTwoMemOps,
   FeaturePRFCHW,
@@ -702,7 +701,6 @@
   Feature64Bit,
   FeatureCMPXCHG16B,
   FeaturePOPCNT,
-  FeatureAES,
   FeaturePCLMUL,
   FeatureLAHFSAHF,
   FeatureMacroFusion
@@ -721,7 +719,6 @@
   Feature64Bit,
   FeatureCMPXCHG16B,
   FeaturePOPCNT,
-  FeatureAES,
   FeatureSlowDivide64,
   FeaturePCLMUL,
   FeatureXSAVE,
@@ -791,6 +788,7 @@
 def : BroadwellProc<"broadwell">;
 
 def SKLFeatures : ProcessorFeatures<BDWFeatures.Value, [
+  FeatureAES,
   FeatureMPX,
   FeatureRTM,
   FeatureXSAVEC,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51565.164749.patch
Type: text/x-patch
Size: 818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180910/6974675e/attachment.bin>


More information about the llvm-commits mailing list