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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 13:54:48 PDT 2024


================
@@ -1307,3 +1268,71 @@ void VPlanTransforms::dropPoisonGeneratingRecipes(
     }
   }
 }
+
+void VPlanTransforms::prepareToExecute(
----------------
fhahn wrote:

Changed to finalizePlan (with a comment), but there still might be a better name

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


More information about the llvm-commits mailing list