[PATCH] D34713: [TableGen] Improve Debug Output for --debug-only=subtarget-emitter NFCI

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 15:45:14 PDT 2017


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

Sure, LGTM.



================
Comment at: utils/TableGen/CodeGenSchedule.cpp:548
 
+  dbgs() << "\n+++ ITINERARIES and/or MACHINE MODELS (collectSchedClasses) +++\n";
   for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) {
----------------
Add DEBUG()


Repository:
  rL LLVM

https://reviews.llvm.org/D34713





More information about the llvm-commits mailing list