[llvm] [DA] Add tests where dependencies are missed due to overflow (NFC) (PR #164246)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 06:49:26 PDT 2025


https://github.com/kasuga-fj commented:

Addressing the issues of SIV/RDIV would be a bit tricky, since they handle `SCEVUnknown` as well, not only constant values. I think the easiest way to fix them is to insert pessimistic overflow checks at the expense of analysis precision...

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


More information about the llvm-commits mailing list