[llvm] [VPlan] Extract IV exit value from vector loop if predicates are needed. (PR #200020)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 03:18:50 PDT 2026


https://github.com/Mel-Chen approved this pull request.

LGTM. 
BTW, could this eventually be resolved by using `VPDerivedIV(start, ExitCount, step)`, where `ExitCount = sub(ResumeTC, 1)`?

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


More information about the llvm-commits mailing list