[PATCH] D117311: [RISCV] Add CSRs defined in the recently ratified Sstc extension

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 06:54:08 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 a subscriber: MaskRay.
Herald added a project: LLVM.

The 'RISC-V "stimecmp / vstimecmp" 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).

RISC-V "stimecmp / vstimecmp" Extension
https://github.com/riscv/riscv-time-compare/releases/download/v0.5.4/Sstc.pdf.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117311

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117311.399977.patch
Type: text/x-patch
Size: 4888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/6c6786a1/attachment.bin>


More information about the llvm-commits mailing list