[clang] [llvm] [RISCV] Add Smrnmi extension (PR #111668)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 09:51:01 PDT 2024


================
@@ -931,6 +931,10 @@ def FeatureStdExtSmepmp
     : RISCVExtension<"smepmp", 1, 0,
                      "'Smepmp' (Enhanced Physical Memory Protection)">;
 
+def FeatureStdExtSmrnmi
+    : RISCVExtension<"smrnmi", 1, 0,
+                     "'Smrnmi' (Extension for Resumable Non-Maskable Interrupts)">;
----------------
topperc wrote:

I don't think we usually write "Extension for" in the description.

https://github.com/llvm/llvm-project/pull/111668


More information about the cfe-commits mailing list