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

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 08:25:56 PDT 2016


asb created this revision.
asb added reviewers: theraven, jyknight.
asb added a subscriber: llvm-commits.

For now, only add instruction definitions for basic ALU operations. Our initial target is a working MC layer rather than codegen, so appropriate SelectionDAG patterns will come later.

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.68187.patch
Type: text/x-patch
Size: 9862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/fa28fa6c/attachment.bin>


More information about the llvm-commits mailing list