Files
clang-p2996/mlir/test/Conversion/ArithmeticToLLVM
Jakub Kuderski f7bbe099c9 [mlir] Add arith.addui_carry conversion to LLVM
This covers the scalar and 1-D vector case.

I haven't implemented conversion for the multidimensional vector case yet because
the current LLVM conversion infrastructure (`handleMultidimensionalVectors`) does
not seem to support ops with multiple results.

Reviewed By: Mogball

Differential Revision: https://reviews.llvm.org/D132613
2022-08-25 11:09:22 -04:00
..