[llvm] [DA] Add initial support for monotonicity check (PR #162280)
Ehsan Amiri via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 21 13:11:35 PDT 2025
amehsan wrote:
> only when the offset is an affine addrec
Yes, it is probably provably correct for affine addrec and affine addrec should cover most practically interesting cases. We'll look into implementing this logic earlier in the pipeline so it can help DA and potentially other passes too.
https://github.com/llvm/llvm-project/pull/162280
More information about the llvm-commits
mailing list