This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a32c72dc9fd [NFC][InstCombine] Add shift amount reassociation in bittes [...] new 95db6ffd346 [X86][SSE] X86TargetLowering::isBinOp - add PCMPGT
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 | 1 + test/CodeGen/X86/horizontal-reduce-smax.ll | 24 +-- test/CodeGen/X86/horizontal-reduce-smin.ll | 24 +-- test/CodeGen/X86/horizontal-reduce-umax.ll | 58 +++---- test/CodeGen/X86/horizontal-reduce-umin.ll | 58 +++---- test/CodeGen/X86/masked_load.ll | 228 ++++++++++++++------------- test/CodeGen/X86/var-permute-128.ll | 6 +- test/CodeGen/X86/vector-reduce-smax-widen.ll | 18 +-- test/CodeGen/X86/vector-reduce-smax.ll | 18 +-- test/CodeGen/X86/vector-reduce-smin-widen.ll | 18 +-- test/CodeGen/X86/vector-reduce-smin.ll | 18 +-- test/CodeGen/X86/vector-reduce-umax-widen.ll | 42 ++--- test/CodeGen/X86/vector-reduce-umax.ll | 42 ++--- test/CodeGen/X86/vector-reduce-umin-widen.ll | 42 ++--- test/CodeGen/X86/vector-reduce-umin.ll | 42 ++--- 15 files changed, 321 insertions(+), 318 deletions(-)