[PATCH] D117308: [RISCV] Add CSRs defined in the recently ratified Sscofpmf extension

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 06:50:35 PST 2022


asb created this revision.
asb added reviewers: craig.topper, luismarques, kito-cheng.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, StephenFan, vkmr, frasercrmck, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
asb requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

The "RISC-V Count Overflow and Mode-Based Filtering Extension" was
ratified at the end of last year though hasn't yet been integrated in
the main specification documents (see
https://wiki.riscv.org/display/TECH/Recently+Ratified+Extensions).

This commit adds the CSRs defined by this extension in
https://github.com/riscv/riscv-count-overflow/releases/download/v0.5.2/Sscofpmf.pdf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117308

Files:
  llvm/lib/Target/RISCV/RISCVSystemOperands.td
  llvm/test/MC/RISCV/rv32-machine-csr-names.s
  llvm/test/MC/RISCV/rv32-only-csr-names.s
  llvm/test/MC/RISCV/supervisor-csr-names.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117308.399973.patch
Type: text/x-patch
Size: 17409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/20f3b2ff/attachment.bin>


More information about the llvm-commits mailing list