This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1952c98f8be [InstCombine] Fix a weakness in canEvaluateZExtd around 'an [...] new b4d267277b9 Emit only A Single Opt Remark When Inlining new 2e732d6a1b3 [InstCombine] add tests for memcmp with constant; NFC
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 | 6 ++ lib/Transforms/IPO/Inliner.cpp | 85 ++++++++++++++-------- .../X86/diagnostic-handler-remarks-with-hotness.ll | 5 ++ .../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 +++ .../Inline/optimization-remarks-passed-yaml.ll | 27 +++---- .../Inline/optimization-remarks-with-hotness.ll | 6 +- .../Transforms/Inline/optimization-remarks-yaml.ll | 23 ++++++ test/Transforms/Inline/optimization-remarks.ll | 12 ++- .../Transforms/InstCombine/memcmp-constant-fold.ll | 51 +++++++++++++ 13 files changed, 199 insertions(+), 51 deletions(-) create mode 100644 test/Transforms/InstCombine/memcmp-constant-fold.ll