[PATCH] D145234: ADT: Move FPClassTest printing functions to common place

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 05:33:18 PST 2023


nikic added inline comments.


================
Comment at: llvm/include/llvm/ADT/FloatingPointMode.h:292
+/// Write a human readable form of \p Mask to \p OS
+void printFPClassTest(raw_ostream &OS, FPClassTest Mask);
+
----------------
Would be more convenient as an `operator<<` overload?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145234/new/

https://reviews.llvm.org/D145234



More information about the llvm-commits mailing list