[PATCH] D157713: [VPlan] Perform tail folding as VPlan transform. (WIP)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 14:11:47 PDT 2023
fhahn added a comment.
Thanks for the initial comments. This patch adds a number of complexities and a simpler (conceptually) first step would be to instead just split off active-lane-mask introduction as optimization: D158779 <https://reviews.llvm.org/D158779>. EVL should be able to be introduced in a similar, modular fashion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157713/new/
https://reviews.llvm.org/D157713
More information about the llvm-commits
mailing list