[llvm] [RISCV]Update CSRs (PR #121634)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 22:34:53 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:
Still need to move the "Hypervisor Trap Setup" section instead of "Hypervisor Trap Handling". It belongs in the same group as "hedeleg"
https://github.com/llvm/llvm-project/pull/121634
More information about the llvm-commits
mailing list