[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 23 11:27:56 PST 2024
================
@@ -511,6 +511,12 @@ void VPlanTransforms::removeDeadRecipes(VPlan &Plan) {
ReversePostOrderTraversal<VPBlockDeepTraversalWrapper<VPBlockBase *>> RPOT(
Plan.getEntry());
+ for (VPRecipeBase &R : make_early_inc_range(
----------------
fhahn wrote:
Not needed in the latest version, removed thanks. Originally this was to remove dead ExpandSCEV recipes in earlier versions.
https://github.com/llvm/llvm-project/pull/112138
More information about the llvm-commits
mailing list