This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Math] Fix RoundEven constant folder.
ClosedPublic

Authored by jacquesguan on Sep 7 2022, 1:05 AM.

Details

Summary

Use roundToIntegral instead roundeven of libm to avoid window build failed.

Diff Detail

Event Timeline

jacquesguan created this revision.Sep 7 2022, 1:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 1:05 AM
jacquesguan requested review of this revision.Sep 7 2022, 1:05 AM
mehdi_amini accepted this revision.Sep 7 2022, 4:47 AM
This revision is now accepted and ready to land.Sep 7 2022, 4:47 AM
This revision was automatically updated to reflect the committed changes.