[PATCH] D144175: [RISCV] Combine (store/load interleave, deinterleave) into vsseg2/vlseg2

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 02:19:05 PST 2023


luke created this revision.
luke added reviewers: craig.topper, reames, kito-cheng, CarolineConcatto.
Herald added subscribers: 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, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

Currently scalable and fixed stores are combined, but only loads of
scalable vectors are combined for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144175

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-combine-load.ll
  llvm/test/CodeGen/RISCV/rvv/vector-deinterleave-fixed-combine-load.ll
  llvm/test/CodeGen/RISCV/rvv/vector-interleave-combine-store.ll
  llvm/test/CodeGen/RISCV/rvv/vector-interleave-fixed-combine-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144175.497936.patch
Type: text/x-patch
Size: 38845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/3c93271f/attachment-0001.bin>


More information about the llvm-commits mailing list