[llvm] [DA] Use ScalarEvolution::isKnownPredicate (PR #170919)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 5 12:46:13 PST 2025
================
----------------
kasuga-fj wrote:
Judging from this change, symbolicRDIV seems to be almost meaningless. If I understand correctly, we cannot even prove simple inequalities like `n <s n + 1`, as we cannot prove `n + 1` doesn't overflow.
https://github.com/llvm/llvm-project/pull/170919
More information about the llvm-commits
mailing list