[llvm] [VPlan] Introduce generic variable-length step support (PR #177114)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 4 20:57:36 PST 2026


================
@@ -3241,15 +3241,15 @@ static void fixupVFUsersForEVL(VPlan &Plan, VPValue &EVL) {
 ///
 /// vector.body:
 /// ...
-/// %EVLPhi = EXPLICIT-VECTOR-LENGTH-BASED-IV-PHI [ %StartV, %vector.ph ],
-///                                               [ %NextEVLIV, %vector.body ]
+/// %CurrentIteration = Current-Iteration-PHI [ %StartV, %vector.ph ],
----------------
lukel97 wrote:

Nit, could use a slightly shorter name
```suggestion
/// %CurIter = Current-Iteration-PHI [ %StartV, %vector.ph ],
```

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


More information about the llvm-commits mailing list