[PATCH] D23566: [RISCV 8/10] Add support for all RV32I instructions
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 8 06:20:12 PDT 2016
asb updated this revision to Diff 74026.
asb marked 5 inline comments as done.
asb added a comment.
Make use of isShiftedInt from MathExtras.h. Rename `{simm21,simm13}_mask1` to `{simm21,simm13}_lsb0`. Tests are updated to check instruction printing.
https://reviews.llvm.org/D23566
Files:
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.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.74026.patch
Type: text/x-patch
Size: 22117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161008/8c85b9db/attachment.bin>
More information about the llvm-commits
mailing list