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

Sam Elliott via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 07:22:28 PDT 2024


================
@@ -813,6 +815,12 @@ def MRET : Priv<"mret", 0b0011000>, Sched<[]> {
   let rs1 = 0;
   let rs2 = 0b00010;
 }
+
+def MNRET : Priv<"mnret", 0b0111000>, Sched<[]> {
----------------
lenary wrote:

Nice, thanks!

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


More information about the cfe-commits mailing list