[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
================
@@ -533,6 +534,11 @@ class InnerLoopVectorizer {
/// count of the original loop for both main loop and epilogue vectorization.
void setTripCount(Value *TC) { TripCount = TC; }
+ std::pair<BasicBlock *, Value *>
----------------
ayalz wrote:
```suggestion
/// Retrieve the bypass value and predecessor associated with an original induction header phi.
std::pair<BasicBlock *, Value *>
```
https://github.com/llvm/llvm-project/pull/110577
More information about the llvm-commits
mailing list