This is an archive of the discontinued LLVM Phabricator instance.

[libc][nfc] move printf inf/nan to separate function
ClosedPublic

Authored by michaelrj on Jul 13 2022, 10:20 AM.

Details

Summary

The floating point functions all use the same inf and nan formatting. By
separating this functionality out of the %a conversion I make it
available for reuse by %f/e/g.

Diff Detail

Event Timeline

michaelrj created this revision.Jul 13 2022, 10:20 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2022, 10:20 AM
michaelrj requested review of this revision.Jul 13 2022, 10:20 AM
sivachandra accepted this revision.Jul 22 2022, 12:09 AM
This revision is now accepted and ready to land.Jul 22 2022, 12:09 AM
lntue accepted this revision.Jul 22 2022, 7:20 AM
This revision was landed with ongoing or failed builds.Jul 22 2022, 10:29 AM
This revision was automatically updated to reflect the committed changes.