This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4130c915bbb [CommandLine] Remove OptionCategory and SubCommand caches f [...] new 32acc1f62e2 Exploit a zero LoopExit count to eliminate loop exits new a6006367432 [X86][SSE] Fold extract_subvector(vselect(x,y,z),0) -> vsel [...]
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: lib/Target/X86/X86ISelLowering.cpp | 10 ++++++++++ lib/Transforms/Scalar/IndVarSimplify.cpp | 16 ++++++++++++++-- test/CodeGen/X86/horizontal-reduce-smax.ll | 4 ++-- test/CodeGen/X86/horizontal-reduce-smin.ll | 4 ++-- test/CodeGen/X86/horizontal-reduce-umax.ll | 4 ++-- test/CodeGen/X86/horizontal-reduce-umin.ll | 4 ++-- test/CodeGen/X86/var-permute-128.ll | 6 ++---- test/CodeGen/X86/var-permute-256.ll | 3 +-- test/CodeGen/X86/vector-reduce-smax-widen.ll | 6 +++--- test/CodeGen/X86/vector-reduce-smax.ll | 6 +++--- test/CodeGen/X86/vector-reduce-smin-widen.ll | 6 +++--- test/CodeGen/X86/vector-reduce-smin.ll | 6 +++--- test/CodeGen/X86/vector-reduce-umax-widen.ll | 6 +++--- test/CodeGen/X86/vector-reduce-umax.ll | 6 +++--- test/CodeGen/X86/vector-reduce-umin-widen.ll | 6 +++--- test/CodeGen/X86/vector-reduce-umin.ll | 6 +++--- test/Transforms/IndVarSimplify/eliminate-comparison.ll | 3 +-- test/Transforms/IndVarSimplify/eliminate-trunc.ll | 4 ++-- 18 files changed, 62 insertions(+), 44 deletions(-)