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

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 14:04:27 PST 2018


philip.pfaffe added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D54794





More information about the llvm-commits mailing list