[PATCH] D42239: [CodeGen] Print RegClasses on MI in verbose mode

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 09:43:27 PST 2018


MatzeB added a comment.

LGTM, thanks.



================
Comment at: include/llvm/CodeGen/MachineBasicBlock.h:729
+  void print(raw_ostream &OS, const SlotIndexes * = nullptr,
+             bool IsVerbose = true) const;
   void print(raw_ostream &OS, ModuleSlotTracker &MST,
----------------
How about calling the parameter `IsStandalone` instead? (similar for the other functions)


https://reviews.llvm.org/D42239





More information about the llvm-commits mailing list