[PATCH] D22706: Fix : Partial Inliner requires AssumptionCacheTracker
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 21:34:57 PDT 2016
silvas added inline comments.
================
Comment at: /Users/rriddle/Desktop/llvm/llvm/lib/Transforms/IPO/PartialInlining.cpp:200
@@ +199,3 @@
+PreservedAnalyses PartialInlinerPass::run(Module &M,
+ ModuleAnalysisManager &AM) {
+ InlineFunctionInfo IFI;
----------------
Should be done in r276515. Sorry for the delay.
https://reviews.llvm.org/D22706
More information about the llvm-commits
mailing list