We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7e43 commit 6a0bbb8Copy full SHA for 6a0bbb8
1 file changed
llvm/lib/Target/X86/X86.td
@@ -976,8 +976,7 @@ def ProcessorFeatures {
976
FeatureCRC32,
977
FeaturePOPCNT,
978
FeaturePCLMUL,
979
- FeaturePRFCHW,
980
- FeatureRDRAND];
+ FeaturePRFCHW];
981
list<SubtargetFeature> SLMTuning = [TuningUseSLMArithCosts,
982
TuningSlowTwoMemOps,
983
TuningSlowLEA,
@@ -994,6 +993,7 @@ def ProcessorFeatures {
994
993
// Goldmont
995
list<SubtargetFeature> GLMAdditionalFeatures = [FeatureAES,
996
FeatureSHA,
+ FeatureRDRAND,
997
FeatureRDSEED,
998
FeatureXSAVE,
999
FeatureXSAVEOPT,
0 commit comments