[PATCH] D40002: [RISCV] MC layer support for the jump/branch instructions of standard compress instruction set

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


shiva0217 updated this revision to Diff 124325.
shiva0217 added a comment.

Add test cases to check the instruction operands should not be x0.


Repository:
  rL LLVM

https://reviews.llvm.org/D40002

Files:
  lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
  lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  lib/Target/RISCV/RISCVInstrFormatsC.td
  lib/Target/RISCV/RISCVInstrInfoC.td
  test/MC/RISCV/fixups-compressed.s
  test/MC/RISCV/relocations.s
  test/MC/RISCV/rv32c-invalid.s
  test/MC/RISCV/rv32c-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40002.124325.patch
Type: text/x-patch
Size: 15518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171127/068707f9/attachment.bin>


More information about the llvm-commits mailing list