This patch implements "-print-funcs" option to support function filtering for IR printing like -print-after-all, -print-before etc.
Examples:
-print-after-all -print-funcs=foo,bar
Differential D15776
Filtering IR printing for print-after-all/print-before-all weimingz on Dec 24 2015, 12:19 PM. Authored by
Details
This patch implements "-print-funcs" option to support function filtering for IR printing like -print-after-all, -print-before etc. -print-after-all -print-funcs=foo,bar
Diff Detail
Event TimelineComment Actions Thanks for working on this, I thought about this multiple times, but never got to implement it. Some comments below.
Comment Actions Agree with Mehdi, this will be very useful. Thanks!
|
Document