[llvm] [VPlan] Add BranchOnTwoConds, use for early exit plans. (PR #172750)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 29 10:40:20 PST 2025


================
@@ -2029,6 +2030,7 @@ static bool simplifyBranchConditionForVFAndUF(VPlan &Plan, ElementCount BestVF,
         return isa<VPCanonicalIVPHIRecipe, VPEVLBasedIVPHIRecipe,
                    VPFirstOrderRecurrencePHIRecipe, VPPhi>(&Phi);
       })) {
+    // TODO: fold branch-on-constant after dissolving region.
----------------
fhahn wrote:

Done thanks

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


More information about the llvm-commits mailing list