[PATCH] D104148: [LoopUtils] Fix incorrect RT check bounds for loop-invariant mem accesses
Mindong Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 10:01:12 PDT 2021
mdchen updated this revision to Diff 356522.
mdchen added a comment.
Updated the tests. This needs to be merged after D105438 <https://reviews.llvm.org/D105438>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104148/new/
https://reviews.llvm.org/D104148
Files:
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
llvm/test/Transforms/LoopVectorize/X86/invariant-store-vectorization.ll
llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll
llvm/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
llvm/test/Transforms/LoopVectorize/pr47343-expander-lcssa-after-cfg-update.ll
llvm/test/Transforms/LoopVectorize/pr50686.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104148.356522.patch
Type: text/x-patch
Size: 26217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210705/80eabf25/attachment.bin>
More information about the llvm-commits
mailing list