[PATCH] D79509: [RISCV] Support CLIC interruption mode named operands for CSR instructions

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 11:52:46 PDT 2020


apazos created this revision.
Herald added subscribers: llvm-commits, evandro, luismarques, sameer.abuasal, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
Herald added a project: LLVM.

Based on RISC-V Core-Local Interrupt Controller (CLIC) Version 0.9-draft-20200423 proposal.


https://reviews.llvm.org/D79509

Files:
  llvm/lib/Target/RISCV/RISCV.td
  llvm/lib/Target/RISCV/RISCVSubtarget.h
  llvm/lib/Target/RISCV/RISCVSystemOperands.td
  llvm/test/MC/RISCV/clic-csr-names-invalid.s
  llvm/test/MC/RISCV/clic-machine-csr-names.s
  llvm/test/MC/RISCV/clic-supervisor-csr-names.s
  llvm/test/MC/RISCV/clic-user-csr-names.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79509.262429.patch
Type: text/x-patch
Size: 15572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/32a24d12/attachment-0001.bin>


More information about the llvm-commits mailing list