This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVMIR] Add `llvm.umin` and `llvm.umax` intrinsics
ClosedPublic

Authored by zero9178 on Dec 15 2021, 4:14 AM.

Details

Summary

Ops for the signed counterparts "llvm.smin" and "llvm.smax" already exist. This patch adds the unsigned versions as well.

Diff Detail

Event Timeline

zero9178 created this revision.Dec 15 2021, 4:14 AM
zero9178 requested review of this revision.Dec 15 2021, 4:14 AM
ftynse accepted this revision.Dec 15 2021, 4:47 AM
This revision is now accepted and ready to land.Dec 15 2021, 4:47 AM