[PATCH] D147712: [RISCV] Add tests for concats of vectors that could become strided loads

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 07:33:24 PDT 2023


luke created this revision.
luke added reviewers: craig.topper, reames.
Herald added subscribers: jobnoorman, asb, pmatos, VincentWu, vkmr, frasercrmck, evandro, 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, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

These patterns of concat_vector nodes of loads can be combined into
widened vector loads or a strided vector loads.

Co-authored-by: Philip Reames <preames at rivosinc.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147712

Files:
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147712.511411.patch
Type: text/x-patch
Size: 12854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230406/1ff7dc76/attachment.bin>


More information about the llvm-commits mailing list