Jakub Kuderski fbe91fe2cc [mlir][arith] Canonicalize addi(x, muli(y, -1)) -> subi(x, y)
These propagate all the way down to SPIR-V and result in some fishy code
with large constants.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D145423
2023-03-06 19:28:39 -05:00
..