[PATCH] D46908: [Debugfiy][WIP] Print the pass name next to the result

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 16:16:49 PDT 2018


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D46908





More information about the llvm-commits mailing list