[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 07:23:41 PST 2024
================
@@ -511,6 +511,12 @@ void VPlanTransforms::removeDeadRecipes(VPlan &Plan) {
ReversePostOrderTraversal<VPBlockDeepTraversalWrapper<VPBlockBase *>> RPOT(
Plan.getEntry());
+ for (VPRecipeBase &R : make_early_inc_range(
----------------
david-arm wrote:
Just out of interest what dead recipes are being produced by this patch?
https://github.com/llvm/llvm-project/pull/112138
More information about the llvm-commits
mailing list