[PATCH] D55278: [NewPM] -print-module-scope -print-after now prints module even after invalidated Loop/SCC

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 17 13:40:13 PST 2018


philip.pfaffe added inline comments.


================
Comment at: lib/Passes/StandardInstrumentations.cpp:35
+std::pair<const Module *, std::string> unwrapModule(Any IR) {
+  std::string Extra;
   const Module *M = nullptr;
----------------
philip.pfaffe wrote:
> Why this intermiate? Why not just return?
*intermediate


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55278





More information about the llvm-commits mailing list