This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e48bbc4 [coroutines] Part 1 of N: Documentation new 9486968 Avoid using a raw AssumptionCacheTracker in various inliner f [...] new 52e0b0d [Profile] Use explicit flag to enable IR PGO
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/InlineCost.h | 16 +++-- include/llvm/Transforms/IPO/InlinerPass.h | 13 +--- include/llvm/Transforms/IPO/PassManagerBuilder.h | 2 + include/llvm/Transforms/Utils/Cloning.h | 8 ++- lib/Analysis/InlineCost.cpp | 58 ++++++++--------- lib/Transforms/IPO/InlineSimple.cpp | 7 +- lib/Transforms/IPO/Inliner.cpp | 81 ++++++++++++++++-------- lib/Transforms/IPO/PassManagerBuilder.cpp | 21 +++--- lib/Transforms/IPO/SampleProfile.cpp | 4 +- lib/Transforms/Utils/InlineFunction.cpp | 10 +-- test/Transforms/PGOProfile/preinline.ll | 3 +- 11 files changed, 132 insertions(+), 91 deletions(-)