[PATCH] D87216: [NewPM] Support --print-before/after in NPM

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 13:56:24 PST 2020


jamieschmeiser added a comment.

I previously saw unrelated changes showing up in the differences here but this no longer seems to be the case so that comment can be ignored.



================
Comment at: llvm/include/llvm/IR/PassInstrumentation.h:126
 
+  void addClassToPassName(StringRef ClassName, StringRef PassName);
+  StringRef getPassNameForClassName(StringRef ClassName);
----------------
Comments describing these functions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87216



More information about the llvm-commits mailing list