[all-commits] [llvm/llvm-project] 9fb57c: [mlir] Add min/max operations to Standard.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Sep 28 00:40:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fb57c8c1dd87df36daf7b6f7dee3b7423475afc
https://github.com/llvm/llvm-project/commit/9fb57c8c1dd87df36daf7b6f7dee3b7423475afc
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M mlir/docs/Rationale/Rationale.md
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/Transforms/ExpandOps.cpp
M mlir/test/Dialect/Standard/expand-ops.mlir
M mlir/test/Dialect/Standard/ops.mlir
Log Message:
-----------
[mlir] Add min/max operations to Standard.
[RFC: Add min/max ops](https://llvm.discourse.group/t/rfc-add-min-max-operations/4353)
I was following the naming style for Arith dialect in
https://reviews.llvm.org/D110200,
i.e. similar to DivSIOp and DivUIOp I defined MaxSIOp, MaxUIOp.
When Arith PR is landed, I will migrate these ops as well.
Differential Revision: https://reviews.llvm.org/D110540
More information about the All-commits
mailing list