[all-commits] [llvm/llvm-project] f7bbe0: [mlir] Add arith.addui_carry conversion to LLVM
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Aug 25 08:09:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7bbe099c996aa38ceee701eea9bd81cfe6066e3
https://github.com/llvm/llvm-project/commit/f7bbe099c996aa38ceee701eea9bd81cfe6066e3
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp
M mlir/test/Conversion/ArithmeticToLLVM/arith-to-llvm.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list