[llvm] [VPlan] Update scalar induction resume values in VPlan. (PR #110577)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 16:05:14 PST 2024


================
@@ -10296,23 +10322,16 @@ bool LoopVectorizePass::processLoop(Loop *L) {
                                              RdxDesc.getRecurrenceStartValue());
             }
           } else {
-            // Create induction resume values for both widened pointer and
-            // integer/fp inductions and update the start value of the induction
-            // recipes to use the resume value.
+            // Retrive the induction resume values for wide inductions from
----------------
ayalz wrote:

```suggestion
            // Retrieve the induction resume values for wide inductions from
```

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


More information about the llvm-commits mailing list