[PATCH] D157037: [VPlan] Proactively create mask for tail-folding up-front (NFCI).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 07:07:05 PDT 2023
fhahn added a comment.
I shared a patch to perform tail-folding as VPlan2VPlan transform in D157713 <https://reviews.llvm.org/D157713>. It requires a bit more work to get the right APIs and things into place, but separating out the header mask creation code as in the current patch should be good first step in that direction.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157037/new/
https://reviews.llvm.org/D157037
More information about the llvm-commits
mailing list