Files
clang-p2996/mlir/lib/Interfaces/Utils
Ivan Butygin d471c85e65 [mlir][int-range] Update int range inference for arith.xori (#117272)
Previous impl was getting incorrect results for widths > i1 and was
disabled.

While same algorithm can be used for `andi` and `ori` too, without
additional modifications it will produce less precise result.
2024-11-26 13:50:43 +03:00
..