[PATCH] D139509: [VP][RISCV] Recommit "Add vp.fshl/fshr and RISC-V support."

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 23:11:01 PST 2022


fakepaper56 created this revision.
fakepaper56 added reviewers: craig.topper, reames, frasercrmck, rogfer01.
Herald added subscribers: sunshaoce, VincentWu, StephenFan, vkmr, jdoerfert, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
fakepaper56 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

This reverts commit 7883e5b061bdbbe8bee5f479ebe911db5045b7e9 <https://reviews.llvm.org/rG7883e5b061bdbbe8bee5f479ebe911db5045b7e9>.

The original commit was reverted that it didn't update test files after D136263 <https://reviews.llvm.org/D136263>
landed. The recommit fixed those.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139509

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
  llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fshr-fshl-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fshr-fshl-vp.ll
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139509.480780.patch
Type: text/x-patch
Size: 157651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/b61fb21a/attachment-0001.bin>


More information about the llvm-commits mailing list