[PATCH] D34828: [X86] Add RDRAND feature to GLM CPU

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 12:13:26 PDT 2017


craig.topper created this revision.

I believe this should be supported on GLM since RDSEED is.


https://reviews.llvm.org/D34828

Files:
  lib/Target/X86/X86.td


Index: lib/Target/X86/X86.td
===================================================================
--- lib/Target/X86/X86.td
+++ lib/Target/X86/X86.td
@@ -451,6 +451,7 @@
   FeatureLAHFSAHF,
   FeatureMPX,
   FeatureSHA,
+  FeatureRDRAND,
   FeatureRDSEED,
   FeatureXSAVE,
   FeatureXSAVEOPT,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34828.104715.patch
Type: text/x-patch
Size: 292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/5f8f6057/attachment.bin>


More information about the llvm-commits mailing list