[PATCH] D34828: [X86] Add RDRAND feature to GLM CPU
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 22:33:42 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL307060: [X86] Add RDRAND feature to GLM CPU (authored by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D34828?vs=104715&id=105136#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34828
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
@@ -451,6 +451,7 @@
FeatureLAHFSAHF,
FeatureMPX,
FeatureSHA,
+ FeatureRDRAND,
FeatureRDSEED,
FeatureXSAVE,
FeatureXSAVEOPT,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34828.105136.patch
Type: text/x-patch
Size: 325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170704/9a3e89e1/attachment-0001.bin>
More information about the llvm-commits
mailing list