This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b154949fbdd [X86] Add tests for min/maxnum with const operand; NFC new c015fab8752 [SelectionDAG] define binops as a superset of commutative binops
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/CodeGen/TargetLowering.h | 59 +++++++------- test/CodeGen/X86/horizontal-reduce-smax.ll | 44 +++++------ test/CodeGen/X86/horizontal-reduce-smin.ll | 44 +++++------ test/CodeGen/X86/horizontal-reduce-umax.ll | 44 +++++------ test/CodeGen/X86/horizontal-reduce-umin.ll | 44 +++++------ test/CodeGen/X86/vector-reduce-smax-widen.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-smax.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-smin-widen.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-smin.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-umax-widen.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-umax.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-umin-widen.ll | 111 ++++++++++++++++----------- test/CodeGen/X86/vector-reduce-umin.ll | 111 ++++++++++++++++----------- 13 files changed, 658 insertions(+), 465 deletions(-)