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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 20:54:42 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/MC/RISCV/insn_c-invalid.s:4
+# Too many operands
+.insn ci  1, 0, a0, 13, 14 # CHECK: :[[@LINE]]:25: error: invalid operand for instruction
+.insn cr  2, 9, a0, a1, a2 # CHECK: :[[@LINE]]:25: error: invalid operand for instruction
----------------
For new tests, use `[[#@LINE]]`. `[[@LINE]]` is deprecated lit syntax.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146663



More information about the llvm-commits mailing list