[PATCH] D95672: [LV] Vectorize backward dependence
Hu Jiangping via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 01:48:23 PST 2021
hujp updated this revision to Diff 329252.
hujp retitled this revision from "[LV] Vectorize backward load after store accesses" to "[LV] Vectorize backward dependence".
hujp edited the summary of this revision.
hujp added a comment.
Herald added a subscriber: mgrang.
Add the processing of other backward dependences, to make this function more general.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95672/new/
https://reviews.llvm.org/D95672
Files:
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/memdep.ll
llvm/test/Transforms/LoopVectorize/pr47929-vectorize-backward-dependence.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95672.329252.patch
Type: text/x-patch
Size: 45428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/023f451c/attachment.bin>
More information about the llvm-commits
mailing list