Files
clang-p2996/mlir/lib/Interfaces
Ivan Butygin 9ab16d49c9 [mlir][IntRangeInference] Fix arith.ceildivsi range inference when it includes INT_MIN (#121062)
There is a special case in `arith.ceildivsi` range inference for
handling `lhs.smin()==INT_MIN`, but when `lhs` is not a single value, it
can cause it to skip entire negative range. Add `lhs.smin() + 1` check
to handle it.
2024-12-27 16:50:21 +03:00
..