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

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 02:07:41 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)">;
----------------
dong-miao wrote:

Okay, I have deleted the relevant content.

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


More information about the cfe-commits mailing list