llvm-project
bb937e27 - [LV] Compute value of escaped induction based on the computed end value. (#110576)

Commit
1 year ago
[LV] Compute value of escaped induction based on the computed end value. (#110576) Update fixupIVUsers to compute the value for escaped inductions using the already computed end value of the induction (EndValue), but subtracting the step. This results in slightly simpler codegen, as we avoid computing the full transformed index at VectorTripCount - 1. PR: https://github.com/llvm/llvm-project/pull/110576
Author
Parents
Loading