[PATCH] D79976: [LV] Handle Fold-Tail of loops with vectorizarion factor (VF) equal to 1
Anh Tuyen Tran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 16 21:12:29 PDT 2020
anhtuyen updated this revision to Diff 264468.
anhtuyen added a comment.
Similar to the 2nd patch earlier, this patch includes all the changes recommended by the reviewers.
Also, I
- modified the 2nd function of the LIT test to make it clearer and simpler, and
- added ORE to confirm which pass has/does not have the impact.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79976/new/
https://reviews.llvm.org/D79976
Files:
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/test/Transforms/LoopVectorize/tail-folding-vectorization-factor-1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79976.264468.patch
Type: text/x-patch
Size: 7971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200517/da1ebfc5/attachment.bin>
More information about the llvm-commits
mailing list