This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a22f9f24054 [X86][SSE] i32 vector multiplications test cases from PR6399 new fe353a0cbf6 Merge isKnownNonNull into isKnownNonZero It now knows the t [...]
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/ValueTracking.h | 13 -- lib/Analysis/InstructionSimplify.cpp | 16 +- lib/Analysis/LazyValueInfo.cpp | 12 +- lib/Analysis/Loads.cpp | 2 +- lib/Analysis/ValueTracking.cpp | 182 ++++++++++------------ lib/Transforms/IPO/FunctionAttrs.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 15 +- test/Other/cgscc-libcall-update.ll | 2 +- test/Transforms/FunctionAttrs/nonnull.ll | 11 ++ test/Transforms/InstCombine/lifetime.ll | 10 +- test/Transforms/InstCombine/memcpy-addrspace.ll | 4 +- test/Transforms/InstCombine/memcpy-from-global.ll | 2 +- test/Transforms/InstCombine/strcpy_chk-64.ll | 2 +- test/Transforms/InstCombine/strlen-1.ll | 4 +- test/Transforms/InstCombine/wcslen-1.ll | 4 +- test/Transforms/InstCombine/wcslen-3.ll | 4 +- 17 files changed, 142 insertions(+), 149 deletions(-)