[PATCH] D103689: [RISCV] Add support for BSWAP for RVP

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 06:29:00 PDT 2021


Jim updated this revision to Diff 352120.
Jim added a comment.

Merge https://reviews.llvm.org/D103691 into this patch.
Add the codegen of RVB for testcases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103689

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/lib/Target/RISCV/RISCVInstrInfoP.td
  llvm/test/CodeGen/RISCV/rv32zpn-bitreverse.ll
  llvm/test/CodeGen/RISCV/rv32zpn-bswap.ll
  llvm/test/CodeGen/RISCV/rv64zpn-bitreverse.ll
  llvm/test/CodeGen/RISCV/rv64zpn-bswap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103689.352120.patch
Type: text/x-patch
Size: 46013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/58b55685/attachment.bin>


More information about the llvm-commits mailing list