[PATCH] D54794: [NewPM] -print-before/-print-after support for new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 14:08:42 PST 2018


fedor.sergeev added a comment.

In https://reviews.llvm.org/D54794#1305764, @philip.pfaffe wrote:

> Is the goal here anything beyond makeing -print-after/before work in the newpm?
>
> Because if it isn't, then this change is way too complicated, and the instrumentation should just directly implement shouldPrintAfterPass, etc.


The goal is to use the same -print-after *option* to control this functionality in newpm, and not just reimplement it with a different control.


Repository:
  rL LLVM

https://reviews.llvm.org/D54794





More information about the llvm-commits mailing list