This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 999ea6229b3 [Tests] Add poison inference tests for indvars showing both [...] new b342c7ebe86 [X86] Add the vector integer min/max instructions to isAsso [...]
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/X86InstrInfo.cpp | 84 +++++++ test/CodeGen/X86/horizontal-reduce-smax.ll | 104 ++++----- test/CodeGen/X86/horizontal-reduce-smin.ll | 104 ++++----- test/CodeGen/X86/horizontal-reduce-umax.ll | 120 +++++----- test/CodeGen/X86/horizontal-reduce-umin.ll | 100 ++++----- test/CodeGen/X86/machine-combiner-int-vec.ll | 320 +++++++++++++-------------- test/CodeGen/X86/vector-reduce-smax-widen.ll | 148 ++++++------- test/CodeGen/X86/vector-reduce-smax.ll | 148 ++++++------- test/CodeGen/X86/vector-reduce-smin-widen.ll | 148 ++++++------- test/CodeGen/X86/vector-reduce-smin.ll | 148 ++++++------- test/CodeGen/X86/vector-reduce-umax-widen.ll | 166 +++++++------- test/CodeGen/X86/vector-reduce-umax.ll | 166 +++++++------- test/CodeGen/X86/vector-reduce-umin-widen.ll | 146 ++++++------ test/CodeGen/X86/vector-reduce-umin.ll | 146 ++++++------ 14 files changed, 1066 insertions(+), 982 deletions(-)