[PATCH] D85067: [RISCV] Update AltName for mucounteren

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 1 04:43:57 PDT 2020


jrtc27 requested changes to this revision.
jrtc27 added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/RISCV/RISCVSystemOperands.td:313-315
+def : SysReg<"mcountinhibit", 0x320> {
+  let AltName = "mucounteren";
+}
----------------
is the style used elsewhere in this file and the RISCVInstrInfo*.td files.


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