Add InstAlias that allows the last operand to be an imm for following instructions:
- Zbb or Zbp:
- ror
- rorw (RV64 Only)
- Zbs
- best
- bclr
- binv
- bext
Paths
| Differential D100083
[RISCV] Add InstAlias for Zbb Zbp and Zbs extension ClosedPublic Authored by LevyHsu on Apr 7 2021, 7:47 PM.
Details Summary Add InstAlias that allows the last operand to be an imm for following instructions:
Diff Detail
Event TimelineHerald added subscribers: vkmr, frasercrmck, evandro and 22 others. · View Herald TranscriptApr 7 2021, 7:47 PM This revision is now accepted and ready to land.Apr 8 2021, 11:02 AM This revision was landed with ongoing or failed builds.Apr 8 2021, 11:52 AM Closed by commit rG461b55499981: [RISCV] Add InstAlias for Zbb Zbp and Zbs extension (authored by LevyHsu, committed by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 336183 llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/MC/RISCV/rv32b-aliases-valid.s
llvm/test/MC/RISCV/rv64b-aliases-valid.s
|