This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2dc0224dbfa [X86] Teach execution domain fixing to convert between FP a [...] new d28a1eae086 [X86] Teach the execution domain fixing tables to use movlh [...]
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 | 6 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 16 +-- test/CodeGen/X86/avx-unpack.ll | 4 +- test/CodeGen/X86/avx512-cvt.ll | 130 +++++++++--------- test/CodeGen/X86/avx512-insert-extract.ll | 2 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 8 +- test/CodeGen/X86/avx512-shuffles/unpack.ll | 2 +- test/CodeGen/X86/build-vector-128.ll | 6 +- test/CodeGen/X86/build-vector-256.ll | 4 +- test/CodeGen/X86/build-vector-512.ll | 8 +- test/CodeGen/X86/buildvec-insertvec.ll | 8 +- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 4 +- test/CodeGen/X86/combine-fcopysign.ll | 4 +- test/CodeGen/X86/combine-or.ll | 4 +- test/CodeGen/X86/dagcombine-buildvector.ll | 2 +- test/CodeGen/X86/haddsub-2.ll | 2 +- test/CodeGen/X86/haddsub-undef.ll | 2 +- test/CodeGen/X86/half.ll | 12 +- test/CodeGen/X86/horizontal-shuffle.ll | 4 +- test/CodeGen/X86/i64-to-float.ll | 4 +- test/CodeGen/X86/masked_memop.ll | 2 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 10 +- test/CodeGen/X86/sse-schedule.ll | 16 +-- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 24 ++-- test/CodeGen/X86/sse2-schedule.ll | 16 +-- test/CodeGen/X86/sse2.ll | 12 +- test/CodeGen/X86/sse3-avx-addsub-2.ll | 4 +- test/CodeGen/X86/sse41.ll | 4 +- test/CodeGen/X86/vec_fp_to_int.ll | 4 +- test/CodeGen/X86/vec_insert-2.ll | 2 +- test/CodeGen/X86/vec_int_to_fp.ll | 96 ++++++------- test/CodeGen/X86/vector-half-conversions.ll | 152 ++++++++++----------- test/CodeGen/X86/vector-shuffle-128-v2.ll | 30 ++-- test/CodeGen/X86/vector-shuffle-128-v4.ll | 22 +-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 10 +- test/CodeGen/X86/vector-shuffle-combining.ll | 36 ++--- test/CodeGen/X86/vector-shuffle-variable-128.ll | 20 +-- test/CodeGen/X86/vector-shuffle-variable-256.ll | 18 +-- test/CodeGen/X86/vector-truncate-combine.ll | 2 +- test/CodeGen/X86/vselect.ll | 8 +- test/CodeGen/X86/widen_extract-1.ll | 2 +- test/CodeGen/X86/xop-mask-comments.ll | 4 +- 42 files changed, 363 insertions(+), 363 deletions(-)