CheckDebugify now prints the pass name right next to the result of the check.
Does not yet work with the new Pass Manager, hence the WIP.
Differential D46908
[Debugfiy][WIP] Print the pass name next to the result gramanas on May 15 2018, 3:27 PM. Authored by
Details CheckDebugify now prints the pass name right next to the result of the check. Does not yet work with the new Pass Manager, hence the WIP.
Diff Detail
Event TimelineComment Actions Thanks for the patch. Comments inline --
Comment Actions LGTM. Thanks! As a follow-up, would you mind fixing the situation with debugify output? Currently we're dumping a lot of information to stdout. Ideally we would only print the result of the pipeline to stdout, so as to not break piping opt's output to other LLVM tools. As a first step, I think all of debugify's warnings and messages should be sent to stderr, and then eventually to a separate file. |