[PATCH] D21205: Pass AssumptionCacheTracker from SampleProfileLoader to Inliner
David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 15:03:00 PDT 2016
davidxl added inline comments.
================
Comment at: lib/Transforms/IPO/SampleProfile.cpp:1282
@@ -1270,2 +1281,3 @@
bool SampleProfileLoaderLegacyPass::runOnModule(Module &M) {
+ SampleLoader.setACT(&getAnalysis<AssumptionCacheTracker>());
return SampleLoader.runOnModule(M);
----------------
add a FIXME comment for new pm here.
http://reviews.llvm.org/D21205
More information about the llvm-commits
mailing list