[PATCH] D157037: [VPlan] Create mask for tail-folding up-front (NFCI).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 5 06:49:48 PDT 2023
fhahn updated this revision to Diff 547482.
fhahn marked 9 inline comments as done.
fhahn added a comment.
Address latest comments, thanks!
> Down the road tail folding should be considered as a VPlan2VPlan transformation along with masking/predication.
Agreed! This would effectively require adjusting all existing masks with the loop mask.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157037/new/
https://reviews.llvm.org/D157037
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157037.547482.patch
Type: text/x-patch
Size: 6898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230805/b69f75f2/attachment.bin>
More information about the llvm-commits
mailing list