[llvm] [VPlan] Introduce child regions as VPlan transform. (PR #129402)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 01:32:43 PDT 2025


================
@@ -98,4 +120,9 @@ void VPlanTransforms::introduceTopLevelVectorLoopRegion(
                                ScalarLatchTerm->getDebugLoc(), "cmp.n");
   Builder.createNaryOp(VPInstruction::BranchOnCond, {Cmp},
                        ScalarLatchTerm->getDebugLoc());
+
+  for (VPBlockBase *HeaderVPBB :
----------------
ayalz wrote:

Introduce nested regions also before bailing out above when a scalar epilog check is not required?

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


More information about the llvm-commits mailing list