[llvm] [RISCV] Add srmcfg CSR from Ssqosid extension. (PR #79914)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 11:42:21 PST 2024


================
@@ -132,6 +132,11 @@ def : SysReg<"sip", 0x144>;
 let DeprecatedName = "sptbr" in
 def : SysReg<"satp", 0x180>;
 
+//===----------------------------------------------------------------------===//
+// Quality-of-Service(QoS) Identifiers (Ssqosid)
+//===----------------------------------------------------------------------===//
+def : SysReg<"srmcfg", 0x181>;
----------------
preames wrote:

On the register number, I swear I grepped for those words.  Thanks.

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


More information about the llvm-commits mailing list