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

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 05:07:43 PST 2024


================
@@ -664,6 +670,11 @@ class InnerLoopVectorizer {
   /// for cleaning the checks, if vectorization turns out unprofitable.
   GeneratedRTChecks &RTChecks;
 
+  /// Mapping of induction phis to their bypass values and bypass blocks. They
+  /// need to be added to their phi nodes after the epilogue skeleton has been
----------------
ayalz wrote:

```suggestion
  /// need to be added as operands to phi nodes in the scalar loop preheader after the epilogue skeleton has been
```
?

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


More information about the llvm-commits mailing list