This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add min/max operations to Standard.
AbandonedPublic

Authored by pifon2a on Sep 27 2021, 5:57 AM.

Details

Reviewers
None
Summary

RFC: Add min/max ops

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.

Diff Detail

Event Timeline

pifon2a created this revision.Sep 27 2021, 5:57 AM
pifon2a requested review of this revision.Sep 27 2021, 5:57 AM
pifon2a abandoned this revision.Sep 27 2021, 5:58 AM