This is an archive of the discontinued LLVM Phabricator instance.

Print the sign of negative infinity
ClosedPublic

Authored by logan on Oct 15 2021, 5:51 PM.

Details

Summary

This commit makes llvm::write_double print -inf as "-INF" instead of "INF".

Diff Detail

Event Timeline

logan created this revision.Oct 15 2021, 5:51 PM
logan requested review of this revision.Oct 15 2021, 5:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 15 2021, 5:51 PM
sepavloff accepted this revision.Dec 14 2021, 7:19 AM
sepavloff added a subscriber: sepavloff.

LGTM.

Thanks!

This revision is now accepted and ready to land.Dec 14 2021, 7:19 AM
This revision was automatically updated to reflect the committed changes.