[llvm] [RISCV]Update CSRs (PR #121634)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 11:02:10 PST 2025
================
@@ -158,6 +158,7 @@ def : SysReg<"hip", 0x644>;
def : SysReg<"hvip", 0x645>;
def : SysReg<"htinst", 0x64A>;
def : SysReg<"hgeip", 0xE12>;
+def : SysReg<"hedelegh", 0x612>;
----------------
topperc wrote:
Need `let isRV32Only = 1 in`
Should this be in the same group as "hedeleg"
https://github.com/llvm/llvm-project/pull/121634
More information about the llvm-commits
mailing list