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

via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 13:36:43 PST 2024


================
@@ -533,6 +536,19 @@ class InnerLoopVectorizer {
   /// count of the original loop for both main loop and epilogue vectorization.
   void setTripCount(Value *TC) { TripCount = TC; }
 
+  /// Retrieve the bypass value associated with an original induction header
+  /// phi.
----------------
ayalz wrote:

```suggestion
  /// Retrieve the additional bypass value associated with an original
  /// induction header phi.
```

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


More information about the llvm-commits mailing list