[PATCH] D40003: [RISCV] MC layer support for the rest instructions of standard compress instruction set

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 26 22:21:02 PST 2017


shiva0217 updated this revision to Diff 124326.
shiva0217 edited the summary of this revision.
shiva0217 added a comment.

1. Add test case to check the instruction operands should not x0.

2. Add GPRNonX0X2 register class and test case for c.lui.


Repository:
  rL LLVM

https://reviews.llvm.org/D40003

Files:
  lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
  lib/Target/RISCV/RISCVInstrFormatsC.td
  lib/Target/RISCV/RISCVInstrInfoC.td
  lib/Target/RISCV/RISCVRegisterInfo.td
  test/MC/RISCV/rv32c-invalid.s
  test/MC/RISCV/rv32c-valid.s
  test/MC/RISCV/rv64c-invalid.s
  test/MC/RISCV/rv64c-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40003.124326.patch
Type: text/x-patch
Size: 22361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/f7a58636/attachment.bin>


More information about the llvm-commits mailing list