[PATCH] D146663: [RISCV] Add .insn support compressed formats.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 16:04:03 PDT 2023


craig.topper updated this revision to Diff 507536.
craig.topper added a comment.

-Use StringSwitch to check Format.
-Update error message.
-Fix check-prefix

Working on error test cases


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146663/new/

https://reviews.llvm.org/D146663

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
  llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoC.td
  llvm/test/MC/RISCV/insn-invalid.s
  llvm/test/MC/RISCV/insn_c.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146663.507536.patch
Type: text/x-patch
Size: 21880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230322/5f146535/attachment.bin>


More information about the llvm-commits mailing list