[PATCH] D65197: [LV] Tail-loop Folding
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 25 05:35:51 PDT 2019
SjoerdMeijer updated this revision to Diff 211725.
SjoerdMeijer added a comment.
I think I've addressed all comments, the main ones are:
- I've moved the loop hint handling to LoopVectorizationLegality.cpp
- I've renamed ScalarEpilogueNotNeededPredicatePragma
- and finally created a helper function to avoid some code duplication that has been bothering me for a while
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65197/new/
https://reviews.llvm.org/D65197
Files:
llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/tail_loop_folding.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65197.211725.patch
Type: text/x-patch
Size: 14781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190725/4fa614f0/attachment.bin>
More information about the llvm-commits
mailing list