[PATCH] D42780: [RISCV] CompressPat Tablegen-driven Instruction Compression

Sameer AbuAsal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 17:27:10 PDT 2018


sabuasal updated this revision to Diff 141245.
sabuasal marked 3 inline comments as done.
sabuasal added a comment.

- Renamed evaluateSymbolRef to  isBaresymbolRef
- Updated compress-inline test case.
- Looked over the assert and unreachable statements and converted needed to PrintFatalError.


https://reviews.llvm.org/D42780

Files:
  include/llvm/MC/MCInst.h
  lib/MC/MCInst.cpp
  lib/Target/RISCV/CMakeLists.txt
  lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVInstrInfoC.td
  test/CodeGen/RISCV/alu32.ll
  test/CodeGen/RISCV/branch.ll
  test/CodeGen/RISCV/compress-inline-asm.ll
  test/MC/RISCV/cnop.s
  test/MC/RISCV/compress-cjal.s
  test/MC/RISCV/compress-rv32d.s
  test/MC/RISCV/compress-rv32f.s
  test/MC/RISCV/compress-rv32i.s
  test/MC/RISCV/compress-rv64i.s
  utils/TableGen/CMakeLists.txt
  utils/TableGen/RISCVCompressInstEmitter.cpp
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42780.141245.patch
Type: text/x-patch
Size: 75281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/dd173927/attachment-0001.bin>


More information about the llvm-commits mailing list