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

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 02:26:32 PST 2024


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

Would be good to be more precise than "prepareToExecute()".

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


More information about the llvm-commits mailing list