This is an archive of the discontinued LLVM Phabricator instance.

ADT: Move FPClassTest printing functions to common place
ClosedPublic

Authored by arsenm on Mar 3 2023, 5:13 AM.

Details

Diff Detail

Event Timeline

arsenm created this revision.Mar 3 2023, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 5:13 AM
arsenm requested review of this revision.Mar 3 2023, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2023, 5:13 AM
Herald added a subscriber: wdng. · View Herald Transcript
nikic added inline comments.Mar 3 2023, 5:33 AM
llvm/include/llvm/ADT/FloatingPointMode.h
292

Would be more convenient as an operator<< overload?

arsenm updated this revision to Diff 502213.Mar 3 2023, 12:07 PM

Use operator<<

This revision is now accepted and ready to land.Mar 3 2023, 12:50 PM