[llvm] [DA] getBackedgeTakenCount in isKnownLessThan can return CouldNotCompute (PR #162495)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 04:35:04 PDT 2025


kasuga-fj wrote:

It might be better to use `DependenceInfo::collectUpperBound` to obtain the BTC, as DA generally assumes the BTC to be loop-invariant with respect to the outermost loop when using it.

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


More information about the llvm-commits mailing list