[PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 8 06:02:40 PDT 2016


asb updated this revision to Diff 74023.
asb marked 5 inline comments as done.
asb added a comment.
Herald added subscribers: mgorny, beanz.

I have updated RISCVRegisterInfo.td so it defines both the 32-bit and 64-bit GPRs, marking the 32-bit GPRs as subregs. As explained in comments, the hope is that we can later move to using something like https://reviews.llvm.org/D24631.


https://reviews.llvm.org/D23561

Files:
  lib/Target/RISCV/CMakeLists.txt
  lib/Target/RISCV/RISCV.td
  lib/Target/RISCV/RISCVInstrFormats.td
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVRegisterInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23561.74023.patch
Type: text/x-patch
Size: 12536 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161008/f1920e7f/attachment.bin>


More information about the llvm-commits mailing list