Displaying 1 result from an estimated 1 matches for "f15822f7".
2018 Nov 08
2
Completeness of -print-after-all
Hi,
I recently worked on an issue where I realized that -print-after-all does not
cover all passes run by the pass manager. E.g. it seems that loop passes are
not fully covered and I could find that loop transformations showed up in the
dump of the next non-loop pass (which happened to be 'Combine redundant
instructions' and that was rather confusing).
Specifying both -print-before-all