This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0efa56f804 Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386) new 8e70a95cbce Revert "Enrich inline messages", tests fail
The 1 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 | 35 +----- include/llvm/IR/DiagnosticInfo.h | 1 - include/llvm/Transforms/Utils/Cloning.h | 18 ++-- lib/Analysis/InlineCost.cpp | 93 +++++++--------- lib/Target/AMDGPU/AMDGPUInline.cpp | 17 ++- lib/Transforms/IPO/AlwaysInliner.cpp | 4 +- lib/Transforms/IPO/Inliner.cpp | 120 ++++++++++----------- lib/Transforms/Utils/InlineFunction.cpp | 29 +++-- .../X86/diagnostic-handler-remarks-with-hotness.ll | 7 +- .../Resolution/X86/diagnostic-handler-remarks.ll | 5 +- .../X86/diagnostic-handler-remarks-with-hotness.ll | 5 +- test/LTO/X86/diagnostic-handler-remarks.ll | 5 +- .../X86/diagnostic-handler-remarks-with-hotness.ll | 10 +- test/ThinLTO/X86/diagnostic-handler-remarks.ll | 10 +- test/Transforms/Inline/ARM/inline-fp.ll | 24 ++--- .../optimization-remarks-hotness-threshold.ll | 2 +- .../Inline/optimization-remarks-passed-yaml.ll | 7 +- .../Inline/optimization-remarks-with-hotness.ll | 4 +- test/Transforms/Inline/optimization-remarks.ll | 4 +- test/tools/gold/X86/opt-remarks.ll | 6 +- 20 files changed, 162 insertions(+), 244 deletions(-)