[PATCH] D94742: [RISCV] Move pack instructions to Zbp extension only.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 19:44:45 PST 2021


craig.topper created this revision.
craig.topper added reviewers: asb, luismarques, PaoloS, lewis-revill, frasercrmck, simoncook.
Herald added subscribers: NickHung, evandro, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, johnrusso, rbar, hiraditya.
craig.topper requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

Zext.h will need to come back to Zbb, but that only uses specific
encodings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94742

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoB.td
  llvm/test/CodeGen/RISCV/rv32Zbbp.ll
  llvm/test/CodeGen/RISCV/rv32Zbp.ll
  llvm/test/CodeGen/RISCV/rv64Zbbp.ll
  llvm/test/CodeGen/RISCV/rv64Zbp.ll
  llvm/test/MC/RISCV/rv32zbbp-valid.s
  llvm/test/MC/RISCV/rv32zbp-valid.s
  llvm/test/MC/RISCV/rv64zbbp-valid.s
  llvm/test/MC/RISCV/rv64zbp-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94742.316835.patch
Type: text/x-patch
Size: 29035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/4fad7016/attachment.bin>


More information about the llvm-commits mailing list