[PATCH] D23566: [RISCV 8/10] Add support for all RV32I instructions
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 08:40:09 PDT 2016
asb created this revision.
asb added reviewers: theraven, jyknight.
asb added a subscriber: llvm-commits.
This is overall, fairly mechanical. Instructions are ordered in the same way as in the RISC-V User-Level ISA Specification.
https://reviews.llvm.org/D23566
Files:
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/RISCVInstrInfo.td
test/MC/RISCV/rv32i-invalid.s
test/MC/RISCV/rv32i-valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23566.68192.patch
Type: text/x-patch
Size: 15962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/a20327f0/attachment.bin>
More information about the llvm-commits
mailing list