[llvm] [RISCV]Update CSRs (PR #121634)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 4 11:02:09 PST 2025


================
@@ -239,6 +240,7 @@ def : SysReg<"mbadaddr", 0x343>;
 def : SysReg<"mip", 0x344>;
 def : SysReg<"mtinst", 0x34A>;
 def : SysReg<"mtval2", 0x34B>;
+def : SysReg<"medelegh", 0x312>;
----------------
topperc wrote:

Need `let isRV32Only = 1 in`

Should this be in the same group with "medeleg"?

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


More information about the llvm-commits mailing list