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

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 05:36:58 PST 2018


fedor.sergeev marked 2 inline comments as done.
fedor.sergeev added inline comments.


================
Comment at: lib/Passes/StandardInstrumentations.cpp:113
+      std::tie(M, Extra) = UnwrappedModule.getValue();
+      printIR(M, Banner, Extra);
     }
----------------
philip.pfaffe wrote:
> Is this truly more readable than UnwrappedModule->first, UnwrappedModule->second?
> 
Definitely not, thanks for suggestion.


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