[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:57 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
+  ///  * updating the condition to exit the vector loop to include the early
----------------
ayalz wrote:

```suggestion
  ///  * updating the condition exiting the vector loop to include the early
```
(reduce to a single to)

https://github.com/llvm/llvm-project/pull/112138


More information about the llvm-commits mailing list