This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 69469a788bc This patch returns proper value to indicate the case when i [...] new 7d3d44a14cc Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
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/Transforms/Utils/SimplifyLibCalls.h | 3 ++ lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +- lib/Transforms/InstCombine/InstCombineInternal.h | 7 ++- .../InstCombine/InstructionCombining.cpp | 24 ++++++---- lib/Transforms/Utils/SimplifyLibCalls.cpp | 13 +++-- test/Other/new-pm-defaults.ll | 2 +- test/Other/new-pm-lto-defaults.ll | 2 +- test/Other/new-pm-thinlto-defaults.ll | 2 +- test/Transforms/Util/libcalls-opt-remarks.ll | 56 ++++++++++++++++++++++ 9 files changed, 88 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/Util/libcalls-opt-remarks.ll