[clang] [llvm] [RISCV] Add smcdeleg and ssccfg extensions (PR #95163)
    Craig Topper via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Jun 11 12:25:12 PDT 2024
    
    
  
================
@@ -859,6 +859,13 @@ def FeatureStdExtSmepmp
     : RISCVExtension<"smepmp", 1, 0,
                      "'Smepmp' (Enhanced Physical Memory Protection)">;
 
+def FeatureStdExtSmcdeleg
+    : RISCVExtension<"smcdeleg", 1, 0,
+                     "'smcdeleg' (Counter Delegation Machine Level)">;
----------------
topperc wrote:
smcdeleg -> Smcdeleg
https://github.com/llvm/llvm-project/pull/95163
    
    
More information about the cfe-commits
mailing list