Skip to content

Commit

Permalink
[X86] Remove SHA512 from Graniterapids in backend.
Browse files Browse the repository at this point in the history
Frontend didn't and this feature.
  • Loading branch information
FreddyLeaf committed Jul 24, 2023
1 parent ea72b51 commit 5533fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/X86/X86.td
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ def ProcessorFeatures {
// Graniterapids
list<SubtargetFeature> GNRAdditionalFeatures = [FeatureAMXFP16,
FeaturePREFETCHI,
FeatureSHA512,
FeatureAMXCOMPLEX];
list<SubtargetFeature> GNRFeatures =
!listconcat(SPRFeatures, GNRAdditionalFeatures);
Expand Down

0 comments on commit 5533fc1

Please sign in to comment.