[llvm] 5533fc1 - [X86] Remove SHA512 from Graniterapids in backend.

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 23 18:31:43 PDT 2023


Author: Freddy Ye
Date: 2023-07-24T01:31:17Z
New Revision: 5533fc10219747d1b312f8057edfb10d4d0fcd77

URL: https://github.com/llvm/llvm-project/commit/5533fc10219747d1b312f8057edfb10d4d0fcd77
DIFF: https://github.com/llvm/llvm-project/commit/5533fc10219747d1b312f8057edfb10d4d0fcd77.diff

LOG: [X86] Remove SHA512 from Graniterapids in backend.

Frontend didn't and this feature.

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86.td b/llvm/lib/Target/X86/X86.td
index a28fc83e4e4da9..6f67561a6fb8b2 100644
--- a/llvm/lib/Target/X86/X86.td
+++ b/llvm/lib/Target/X86/X86.td
@@ -1079,7 +1079,6 @@ def ProcessorFeatures {
   // Graniterapids
   list<SubtargetFeature> GNRAdditionalFeatures = [FeatureAMXFP16,
                                                   FeaturePREFETCHI,
-                                                  FeatureSHA512,
                                                   FeatureAMXCOMPLEX];
   list<SubtargetFeature> GNRFeatures =
     !listconcat(SPRFeatures, GNRAdditionalFeatures);


        


More information about the llvm-commits mailing list