[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 05:01:54 PST 2024
================
@@ -124,6 +124,17 @@ struct VPlanTransforms {
/// Remove dead recipes from \p Plan.
static void removeDeadRecipes(VPlan &Plan);
+ /// Update \p Plan to account for uncountable exit blocks in \p
+ /// UncountableExitingBlocks by
----------------
ayalz wrote:
```suggestion
/// UncountableExitingBlock by
```
https://github.com/llvm/llvm-project/pull/112138
More information about the llvm-commits
mailing list