This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 82c3914 Fix for regression after Global Load Scalarization patch new a533d6c [X86][SSE] Fix domains for VZEXT_LOAD type instructions new 65440dd Fix ubsan failures in lane mask shifts
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/X86InstrInfo.cpp | 6 ++ test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll | 2 +- test/CodeGen/X86/2012-1-10-buildvector.ll | 4 +- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 2 +- test/CodeGen/X86/avx-shuffle-x86_32.ll | 2 +- test/CodeGen/X86/avx2-vbroadcast.ll | 2 +- test/CodeGen/X86/avx512-mov.ll | 6 +- test/CodeGen/X86/fp-logic.ll | 2 +- test/CodeGen/X86/fp128-cast.ll | 2 +- test/CodeGen/X86/i64-mem-copy.ll | 1 + test/CodeGen/X86/logical-load-fold.ll | 17 ++--- test/CodeGen/X86/merge-consecutive-loads-128.ll | 54 +++++++-------- test/CodeGen/X86/merge-consecutive-loads-256.ll | 50 +++++--------- test/CodeGen/X86/merge-consecutive-loads-512.ll | 32 ++++----- test/CodeGen/X86/mmx-arg-passing-x86-64.ll | 2 +- test/CodeGen/X86/pr11334.ll | 4 +- test/CodeGen/X86/pr2656.ll | 4 +- test/CodeGen/X86/scalar-int-to-fp.ll | 8 +-- test/CodeGen/X86/sse-fcopysign.ll | 8 +-- test/CodeGen/X86/sse-minmax.ll | 76 +++++++++++----------- .../X86/sse2-intrinsics-fast-isel-x86_64.ll | 2 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 8 +-- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 4 +- test/CodeGen/X86/sse2.ll | 2 +- test/CodeGen/X86/uint64-to-float.ll | 4 +- test/CodeGen/X86/uint_to_fp-2.ll | 4 +- test/CodeGen/X86/vec_extract-avx.ll | 4 +- test/CodeGen/X86/vec_extract-mmx.ll | 8 +-- test/CodeGen/X86/vec_i64.ll | 8 +-- test/CodeGen/X86/vec_insert-2.ll | 2 +- test/CodeGen/X86/vec_insert-3.ll | 4 +- test/CodeGen/X86/vec_insert-mmx.ll | 4 +- test/CodeGen/X86/vec_int_to_fp.ll | 4 +- test/CodeGen/X86/vec_set-2.ll | 2 +- test/CodeGen/X86/vec_set-C.ll | 2 +- test/CodeGen/X86/vec_set-D.ll | 2 +- test/CodeGen/X86/vec_set-F.ll | 2 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 4 +- test/CodeGen/X86/vector-shuffle-128-v4.ll | 4 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 8 +-- test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-combining-xop.ll | 2 +- test/CodeGen/X86/vector-shuffle-combining.ll | 8 +-- test/CodeGen/X86/vector-shuffle-mmx.ll | 2 +- test/CodeGen/X86/vector-shuffle-variable-256.ll | 4 +- test/CodeGen/X86/vector-zmov.ll | 8 +-- test/CodeGen/X86/widen_load-2.ll | 4 +- utils/TableGen/RegisterInfoEmitter.cpp | 12 ++-- 49 files changed, 204 insertions(+), 206 deletions(-)