[PATCH] D134502: [RISCV] Pattern match scalable strided load/store

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 16:22:00 PDT 2022


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

Very straight forward extension of the existing pattern matching pass to handle scalable types as well as fixed length types.  The only extra bit beyond removing a bailout is recognizing stepvector.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134502

Files:
  llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/strided-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134502.462352.patch
Type: text/x-patch
Size: 7159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220922/4fb7d246/attachment.bin>


More information about the llvm-commits mailing list