[llvm] [LoopPeel] Added support for cases where PhiAnalyzer contains Induction PHI (PR #94900)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 06:14:18 PDT 2024


https://github.com/nikic commented:

I don't really get what you're trying to achieve here. None of the induction variables involved become invariant (see https://c.godbolt.org/z/WP7KdM66d for the evolution).

Is the point that after some iterations the IVs end up being at fixed offsets from each other?

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


More information about the llvm-commits mailing list