[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 13:12:58 PST 2024
fhahn wrote:
> Hi @fhahn, just for reference here is a branch that contains the changes in this PR as a single initial commit, followed by 3 more commits to add support for early exit auto-vectorisation. It's just a reworking of my original PR #88385, based off this new approach.
>
> https://github.com/david-arm/llvm-project/tree/ee_autovec2
>
> Once this PR lands I'll update PR #88385 accordingly. Hopefully the branch will give you an indication of what direction I'm moving towards and might help to make sense of the comments I left on this PR too!
That's great thanks!
I've just updated the PR on current `main` after #109975 (b021464d35ca9569d430d968034e21c1e592cbb9) which unfortunately took a bit longer than anticipated. Will try to wrap up addressing the comments tomorrow.
https://github.com/llvm/llvm-project/pull/112138
More information about the llvm-commits
mailing list