[PATCH] D155520: [LV] Complete load groups and release store groups in presence of dependency
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 09:31:04 PDT 2023
anna updated this revision to Diff 546506.
anna added a comment.
addressed review comment for use-after-free error (updated test to show the LoopAccessAnalysis bailout no longer present).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155520/new/
https://reviews.llvm.org/D155520
Files:
llvm/lib/Analysis/VectorUtils.cpp
llvm/test/Transforms/LoopVectorize/X86/interleaved-accesses-hoist-load-across-store.ll
llvm/test/Transforms/LoopVectorize/X86/interleaved-accesses-sink-store-across-load.ll
llvm/test/Transforms/LoopVectorize/interleaved-accesses-use-after-free.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155520.546506.patch
Type: text/x-patch
Size: 23144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/5987e6c4/attachment.bin>
More information about the llvm-commits
mailing list