[all-commits] [llvm/llvm-project] f4bcdd: [mlir] Add convenience builder for arith.addui_carry
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Aug 25 14:02:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4bcddc6a1b18bf50ba039cb4e0993a7e3596dde
https://github.com/llvm/llvm-project/commit/f4bcddc6a1b18bf50ba039cb4e0993a7e3596dde
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Arithmetic/IR/ArithmeticOps.td
Log Message:
-----------
[mlir] Add convenience builder for arith.addui_carry
This is so that future conversions do not have to figure out how to
create matching boolean types for the second result.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D132630
More information about the All-commits
mailing list