[llvm] [VPlan] Delay adding canonical IV increment. (PR #82270)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 03:12:20 PST 2024


================
@@ -124,6 +124,11 @@ struct VPlanTransforms {
   /// Remove dead recipes from \p Plan.
   static void removeDeadRecipes(VPlan &Plan);
 
+  /// Finalize \p Plan by introducing explicit increments for the canonical
+  /// induction.
----------------
fhahn wrote:

Good point, we need to do this before unrolling, adjusted, thanks!

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


More information about the llvm-commits mailing list