[PATCH] D15776: Filtering IR printing for print-after-all/print-before-all

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 16:18:47 PST 2016


joker.eph added inline comments.

================
Comment at: lib/IR/LegacyPassManager.cpp:90
@@ +89,3 @@
+                   cl::desc("Print IR only for specified functions"),
+                   cl::CommaSeparated);
+
----------------
Just thought about this, we already have something to filter basic blocks in the DAG output, and the option is named `filter-view-dags`, so I feel this option should also start with `filter` for consistency. 


Repository:
  rL LLVM

http://reviews.llvm.org/D15776





More information about the llvm-commits mailing list