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.
Paths
| Differential D110544
[mlir] Add min/max operations to Standard. AbandonedPublic Authored by pifon2a on Sep 27 2021, 5:57 AM.
Details
Summary I was following the naming style for Arith dialect in When Arith PR is landed, I will migrate these ops as well.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 19 others. · View Herald TranscriptSep 27 2021, 5:57 AM
Revision Contents
Diff 375229 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/lib/Dialect/StandardOps/Transforms/ExpandOps.cpp
mlir/test/Dialect/Standard/expand-ops.mlir
|