This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ffb04cb1776 [ARM GlobalISel] Support G_FDIV for s32 and s64 new b8e96eb12a7 [X86][SSE] Use (V)PHMINPOSUW for vXi16 SMAX/SMIN/UMAX/UMIN [...]
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: lib/Target/X86/X86ISelLowering.cpp | 65 ++++++ lib/Target/X86/X86ISelLowering.h | 3 + lib/Target/X86/X86InstrFragmentsSIMD.td | 3 + lib/Target/X86/X86InstrSSE.td | 12 +- lib/Target/X86/X86IntrinsicsInfo.h | 1 + test/CodeGen/X86/horizontal-reduce-smax.ll | 362 ++++++++++++++++------------- test/CodeGen/X86/horizontal-reduce-smin.ll | 362 ++++++++++++++++------------- test/CodeGen/X86/horizontal-reduce-umax.ll | 212 +++++++---------- test/CodeGen/X86/horizontal-reduce-umin.ll | 158 +++---------- 9 files changed, 599 insertions(+), 579 deletions(-)