This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e1f67df4fc [MemDep] Use PhiValuesAnalysis to improve alias analysis results new 8838d03a84a [llvm-mca] Remove README.txt new 99862d39d7c Enrich inline messages new 07836bef1a3 [InstCombine] auto-generate checks; NFC
The 3 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/Transforms/InstCombine/gep-addrspace.ll | 58 +- test/tools/gold/X86/opt-remarks.ll | 6 +- tools/llvm-mca/README.txt | 865 --------------------- 22 files changed, 280 insertions(+), 1049 deletions(-) delete mode 100644 tools/llvm-mca/README.txt