[PATCH] D41278: [MachineCombiner] Improve debug output (NFC)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 03:10:40 PST 2018


RKSimon added inline comments.


================
Comment at: lib/CodeGen/MachineCombiner.cpp:42
 
+static cl::opt<bool> dump_intrs("mc-dump-intrs-to-substitute", cl::Hidden,
+                                cl::desc("Dump all substituted intrs"),
----------------
to match the other maybe make this "machine-combiner-dump-subst-intrs"


https://reviews.llvm.org/D41278





More information about the llvm-commits mailing list