[all-commits] [llvm/llvm-project] 1d10bd: [mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` int...
zero9178 via All-commits
all-commits at lists.llvm.org
Wed Dec 15 04:54:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d10bddfa3364c98eaae805f38430a18df11c9ca
https://github.com/llvm/llvm-project/commit/1d10bddfa3364c98eaae805f38430a18df11c9ca
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
Log Message:
-----------
[mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` intrinsics
Ops for the signed counterparts "llvm.smin" and "llvm.smax" already exist. This patch adds the unsigned versions as well.
Differential Revision: https://reviews.llvm.org/D115796
More information about the All-commits
mailing list