[clang] [llvm] [RISCV] Add smcntrpmf extension (PR #136556)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 09:45:48 PDT 2025
================
@@ -482,6 +482,14 @@ def : SysReg<"sctrdepth", 0x15f>;
def : SysReg<"vsctrctl", 0x24e>;
def : SysReg<"mctrctl", 0x34e>;
+//===-----------------------------------------------
+// Cycle and Instret privilege mode filtering (Smcntrpmf)
----------------
topperc wrote:
Capitalize `privilege`, `mode`, and `filtering` to match the spec.
https://github.com/llvm/llvm-project/pull/136556
More information about the llvm-commits
mailing list