[PATCH] D85067: [RISCV] Add mucounteren CSR

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 01:52:03 PDT 2020


lenary accepted this revision.
lenary added a comment.

LGTM with one minor change. Once we get the LGTM from @jrtc27 and @pzheng, then I'll commit this for you @mmxsrup!



================
Comment at: llvm/lib/Target/RISCV/RISCVSystemOperands.td:313
 //===--------------------------
+let AltName = "mucounteren" in
 def : SysReg<"mcountinhibit", 0x320>;
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85067/new/

https://reviews.llvm.org/D85067



More information about the llvm-commits mailing list