[PATCH] D147539: [LV] Enable stride versioning to support Fortran IR
Peixin Qiao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 15 08:44:44 PDT 2023
peixin updated this revision to Diff 513916.
peixin added a comment.
1. Address the comments.
2. Reverse to the previous implementation since it is more robust. The use of gep instruction may not be load or store instruction.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147539/new/
https://reviews.llvm.org/D147539
Files:
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Analysis/VectorUtils.cpp
llvm/test/Transforms/LoopVectorize/stride-accesses-unit-check-fix.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147539.513916.patch
Type: text/x-patch
Size: 23874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230415/ed63a969/attachment.bin>
More information about the llvm-commits
mailing list