[PATCH] D121779: [RISCV] Add zihintntl compressed instructions

2022-08-23 Thread Cao Shun via Phabricator via cfe-commits
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:

[PATCH] D121779: [RISCV] Add zihintntl compressed instructions

2022-08-22 Thread Cao Shun via Phabricator via cfe-commits
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

[PATCH] D121779: [RISCV] Add zihintntl compressed instructions

2022-08-22 Thread Cao Shun via Phabricator via cfe-commits
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

[PATCH] D121779: [RISCV] Add zihintntl compressed instructions

2022-08-21 Thread Kito Cheng via Phabricator via cfe-commits
kito-cheng added inline comments. Herald added subscribers: sunshaoce, StephenFan, shiva0217. Comment at: llvm/test/MC/RISCV/rv32zihintntlc-valid.s:42 +# CHECK-ASM: encoding: [0x16,0x90] +c.ntl.all Could you add an invalid check for `c.ntl` instruction to make su

[PATCH] D121779: [RISCV] Add zihintntl compressed instructions

2022-03-16 Thread Alex Tsao via Phabricator via cfe-commits
alextsao1999 updated this revision to Diff 415737. alextsao1999 added a comment. Update 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/test/MC/RIS