[PATCH] D147378: [LV] Replace symbolic stride with const in LV

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 2 01:47:52 PDT 2023


peixin updated this revision to Diff 510322.
peixin added a comment.
Herald added subscribers: luke, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, dmgreen, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.

Fix failed tests with ARM and RISCV backends. Replace the strides with const values in vector region, which is expected with this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147378/new/

https://reviews.llvm.org/D147378

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
  llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
  llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll
  llvm/test/Transforms/LoopVectorize/version-mem-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147378.510322.patch
Type: text/x-patch
Size: 9022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230402/2ddbbeea/attachment.bin>


More information about the llvm-commits mailing list