[llvm] [VPlan] Endow DerivedIV with VPIRFlags (PR #205908)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 05:48:39 PDT 2026


================
@@ -3438,7 +3439,7 @@ void VPlanTransforms::addExplicitVectorLength(
 
   auto *NextIter = Builder.createAdd(
       OpVPEVL, CurrentIteration, CanonicalIVIncrement->getDebugLoc(),
-      "current.iteration.next", CanonicalIVIncrement->getNoWrapFlags());
----------------
artagnon wrote:

Sure, we can live with the uglification for now.

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


More information about the llvm-commits mailing list