This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
alextsao1999 marked an inline comment as done.
Closed by commit rG07a700f814bf: [RISCV] Add zihintntl compressed instructions
(authored by alextsao1999).
Repository:
alextsao1999 marked an inline comment as done.
alextsao1999 added inline comments.
Comment at: llvm/test/MC/RISCV/rv32zihintntlc-valid.s:42
+# CHECK-ASM: encoding: [0x16,0x90]
+c.ntl.all
kito-cheng wrote:
> Could you add an invalid check for `c.ntl` instruction t
alextsao1999 updated this revision to Diff 454433.
alextsao1999 added a comment.
Fix check no c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121779/new/
https://reviews.llvm.org/D121779
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoC.td
llvm/tes