[llvm] [VPlan] Retain exit conditions and edges in initial VPlan (NFC). (PR #137709)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 12:58:06 PDT 2025
================
@@ -534,9 +547,6 @@ void VPlanTransforms::prepareForVectorization(VPlan &Plan, Type *InductionTy,
}
// The connection order corresponds to the operands of the conditional branch.
----------------
ayalz wrote:
"// with middle block already connected to exit block."?
https://github.com/llvm/llvm-project/pull/137709
More information about the llvm-commits
mailing list