This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 660ae1d9b90 vs integration: bump version number new 2a529f7aa0b [X86][SSE] Combine (some) target shuffles with multiple uses new d5be0360b62 [X86][SSE] Remove PMULDQ/PMULUDQ by zero
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 | 58 +++-- test/CodeGen/X86/2012-01-12-extract-sv.ll | 8 +- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 10 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 40 +-- test/CodeGen/X86/bitcast-and-setcc-128.ll | 40 ++- test/CodeGen/X86/bitcast-setcc-128.ll | 20 +- test/CodeGen/X86/combine-shl.ll | 80 +++--- test/CodeGen/X86/extractelement-load.ll | 7 +- test/CodeGen/X86/madd.ll | 32 +-- test/CodeGen/X86/mmx-arith.ll | 36 ++- test/CodeGen/X86/oddshuffles.ll | 226 +++++++++-------- test/CodeGen/X86/pmul.ll | 129 +++++----- test/CodeGen/X86/pr29112.ll | 86 ++++--- test/CodeGen/X86/pr34592.ll | 24 +- test/CodeGen/X86/sdiv-exact.ll | 9 +- test/CodeGen/X86/shrink_vmul.ll | 78 +++--- test/CodeGen/X86/sse2-schedule.ll | 132 +++++----- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 25 +- test/CodeGen/X86/vec_insert-3.ll | 5 +- .../X86/vector-constrained-fp-intrinsics.ll | 204 ++++++++-------- test/CodeGen/X86/vector-reduce-mul.ll | 267 ++++++++++----------- test/CodeGen/X86/vector-sext.ll | 128 +++++----- test/CodeGen/X86/vector-shuffle-128-v4.ll | 27 +-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 4 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 6 +- test/CodeGen/X86/vector-shuffle-combining.ll | 41 +--- test/CodeGen/X86/vector-trunc-math.ll | 122 ++++------ test/CodeGen/X86/x86-interleaved-access.ll | 260 ++++++++++---------- 28 files changed, 988 insertions(+), 1116 deletions(-)