This is an archive of the discontinued LLVM Phabricator instance.

[mlir][math] Fix lowering of AbsIOp
ClosedPublic

Authored by Mogball on Aug 12 2022, 8:32 AM.

Details

Summary

The LLVM intrinsic has a bool flag is_int_min_poison that needs to be
set.

Diff Detail

Event Timeline

Mogball created this revision.Aug 12 2022, 8:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Aug 12 2022, 8:32 AM
aartbik accepted this revision.Aug 12 2022, 9:06 AM

Thank you kindly!

This revision is now accepted and ready to land.Aug 12 2022, 9:06 AM
This revision was landed with ongoing or failed builds.Aug 12 2022, 9:10 AM
This revision was automatically updated to reflect the committed changes.