[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:12:28 PST 2018


fedor.sergeev added a comment.

Eventually we should implement error checking for new-pm pass names.
That will require adding more new-pm related code to the parser, and introduce some
kind of an interface with PassBuilder. Definitely *not* planned for this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D54794





More information about the llvm-commits mailing list