[PATCH] D46525: [Debugify] Introduce debugify-each and DebugifyFunctionPass

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 16:15:14 PDT 2018


vsk added a comment.

In https://reviews.llvm.org/D46525#1096626, @tyb0807 wrote:

> Addressed review comments.
>
> I am thinking about making this work for BasicBlockPass and LoopPass.


Would you mind discussing this on IRC, or llvm-dev? Stepping back a bit, I think it'd make sense to prioritize finding & fixing bugs with -debugify-each before making it more granular. Once there's more experience using the testing tool, we may develop better ideas for improvements.



================
Comment at: lib/IR/IRPrintingPasses.cpp:51
+//  else
+//    OS << Banner << static_cast<Value &>(F);
+
----------------
Why does this function need to be modified?


Repository:
  rL LLVM

https://reviews.llvm.org/D46525





More information about the llvm-commits mailing list