[PATCH] D105006: [NewPM] Handle passes with params in -print-before/-print-after

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 5 02:21:38 PDT 2021


bjope added a comment.

Seems like we agree that this only is a start (that we should follow up with fixes for other passes such as in D105007 <https://reviews.llvm.org/D105007>).

And I'm well aware that the PassRegistry might be refactored completely in the future (but for example D97722 <https://reviews.llvm.org/D97722> isn't really moving forward). Fixing the current implementation like this might however show-case the need for a refactoring a bit more. And it also helps setting the requirement on the new solution (to avoid that we end up refactoring a broken implementation without also considering the currently missing use-cases).

So what is the verdict on this patch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105006/new/

https://reviews.llvm.org/D105006



More information about the llvm-commits mailing list