This is an archive of the discontinued LLVM Phabricator instance.

[mlir][math] Lower math.floor,ceil to libm
ClosedPublic

Authored by Lewuathe on Aug 15 2022, 12:10 AM.

Details

Summary

Lower math.floor and math.ceil to libm

Diff Detail

Event Timeline

Lewuathe created this revision.Aug 15 2022, 12:10 AM
Lewuathe requested review of this revision.Aug 15 2022, 12:10 AM
ftynse accepted this revision.Aug 23 2022, 4:29 AM
ftynse added inline comments.
mlir/test/Conversion/MathToLibm/convert-to-libm.mlir
334

Please add the newline.

This revision is now accepted and ready to land.Aug 23 2022, 4:29 AM
Lewuathe updated this revision to Diff 455045.Aug 23 2022, 7:27 PM

Add new line

Lewuathe updated this revision to Diff 455047.Aug 23 2022, 7:28 PM

Remove unnecessary newline.

This revision was automatically updated to reflect the committed changes.