[llvm] [LoopPeel] Peel to make Phis loop inductions (PR #121104)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 05:47:47 PST 2025
================
@@ -177,11 +204,15 @@ class PhiAnalyzer {
// becomes an invariant.
PeelCounter calculate(const Value &);
+ // Returns true if the \p Phi is an induction in the target loop. This
+ // function is a wrapper of `InductionDescriptor::isInductionPHI`.
----------------
kasuga-fj wrote:
Fixed, thanks.
https://github.com/llvm/llvm-project/pull/121104
More information about the llvm-commits
mailing list