[PATCH] D157295: [RISCV] Lower vro{l,r} for fixed vectors

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 09:46:05 PDT 2023


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

We need to add new VL nodes to mirror ISD::ROTL and ISD::ROTR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157295

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vrol.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vror.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157295.547827.patch
Type: text/x-patch
Size: 139188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/3febf109/attachment.bin>


More information about the llvm-commits mailing list