Recommit "[RISCV] Add .insn support for compressed formats."
authorCraig Topper <craig.topper@sifive.com>
Mon, 27 Mar 2023 19:30:37 +0000 (12:30 -0700)
committerCraig Topper <craig.topper@sifive.com>
Mon, 27 Mar 2023 19:30:37 +0000 (12:30 -0700)
commit941667bc8239c4aae0e75f58c140957b315f28e4
treee0feaa7c3f30e48b78200e435669e097c2040c8d
parent876980a59ca08751336b64522ab9b85c32ff49ef
Recommit "[RISCV] Add .insn support for compressed formats."

I think the failure was caused by a mistake in an earlier patch.

Original commit message:

We've supported .insn for non-compressed for a while. This finishes the compressed supported.

Differential Revision: https://reviews.llvm.org/D146663
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_c-invalid.s [new file with mode: 0644]
llvm/test/MC/RISCV/insn_c.s [new file with mode: 0644]