This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ee19f8c632 Switch LLVM to use 64-bit offsets (2/5) new 50ed9e8bd37 [X86][SSE] Add tests for min/max partial reduction new 8b7d5075e89 [X86][SSE] Enable min/max partial reduction
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 | 2 +- test/CodeGen/X86/horizontal-reduce-smax.ll | 414 ++++++++++++++++++++++++ test/CodeGen/X86/horizontal-reduce-smin.ll | 414 ++++++++++++++++++++++++ test/CodeGen/X86/horizontal-reduce-umax.ll | 494 +++++++++++++++++++++++++++++ test/CodeGen/X86/horizontal-reduce-umin.ll | 354 +++++++++++++++++++++ 5 files changed, 1677 insertions(+), 1 deletion(-)