[all-commits] [llvm/llvm-project] 5c16ee: [mlir][spirv] Define spv.IAddCarry
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Fri Aug 5 13:47:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c16eeb7ee13ab0b5eb52571998b9494475db301
https://github.com/llvm/llvm-project/commit/5c16eeb7ee13ab0b5eb52571998b9494475db301
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-08-05 (Fri, 05 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/arithmetic-ops.mlir
Log Message:
-----------
[mlir][spirv] Define spv.IAddCarry
Based on `spv.ISubBorrow` from D127909.
Also resolved some clang-tidy warnings.
Reviewed By: antiagainst, ThomasRaoux
Differential Revision: https://reviews.llvm.org/D131281
More information about the All-commits
mailing list