[llvm] [VPlan] Split out EVL exit cond transform from canonicalizeEVLLoops. NFC (PR #178181)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 30 08:52:18 PST 2026


================
@@ -301,6 +301,12 @@ struct VPlanTransforms {
                                          VPlan &Plan, VPBasicBlock *HeaderVPBB,
                                          VPBasicBlock *LatchVPBB);
 
+  /// Replaces the exit condition from
+  ///   (branch-on-count CanonicalIVInc, VectorTripCount)
----------------
fhahn wrote:

this needs updating I think , we are converting branch-on-cond to use a different condition

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


More information about the llvm-commits mailing list