Jakub Kuderski 4309170c87 [mlir] Add arith.addi_carry op
The `arith.addi_carry` op implements integer addition with overflows. The carry is returned via the second result, as `i1`.

Reviewed By: antiagainst, bondhugula

Differential Revision: https://reviews.llvm.org/D131893
2022-08-17 17:01:20 -04:00
..
2022-08-17 17:01:20 -04:00
2022-08-17 17:01:20 -04:00
2022-08-17 17:01:20 -04:00
2022-08-16 14:17:23 +02:00

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.