[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
Thu Dec 20 04:37:04 PST 2018
philip.pfaffe added inline comments.
================
Comment at: lib/Passes/StandardInstrumentations.cpp:113
+ std::tie(M, Extra) = UnwrappedModule.getValue();
+ printIR(M, Banner, Extra);
}
----------------
Is this truly more readable than UnwrappedModule->first, UnwrappedModule->second?
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