This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a48147c232 [InstCombine] Add test cases for opportunities to improve k [...] new 1ebb1b7a388 [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.
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/X86InstrSSE.td | 22 ++-- test/CodeGen/X86/GlobalISel/memop.ll | 4 +- test/CodeGen/X86/asm-reg-type-mismatch.ll | 2 +- test/CodeGen/X86/atomic-non-integer.ll | 8 +- test/CodeGen/X86/bitcast2.ll | 2 +- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 8 +- test/CodeGen/X86/dagcombine-cse.ll | 2 +- test/CodeGen/X86/extractelement-index.ll | 8 +- test/CodeGen/X86/gather-addresses.ll | 4 +- test/CodeGen/X86/i64-to-float.ll | 4 +- test/CodeGen/X86/isint.ll | 8 +- test/CodeGen/X86/lower-bitcast.ll | 16 +-- test/CodeGen/X86/mmx-bitcast.ll | 2 +- test/CodeGen/X86/mmx-cvt.ll | 2 +- test/CodeGen/X86/mod128.ll | 2 +- test/CodeGen/X86/movmsk.ll | 2 +- test/CodeGen/X86/nontemporal-2.ll | 4 +- test/CodeGen/X86/pr18344.ll | 2 +- test/CodeGen/X86/pr21792.ll | 2 +- test/CodeGen/X86/pr30511.ll | 2 +- test/CodeGen/X86/pshufb-mask-comments.ll | 2 +- test/CodeGen/X86/ret-mmx.ll | 2 +- test/CodeGen/X86/sad_variations.ll | 6 +- test/CodeGen/X86/scalar-int-to-fp.ll | 2 +- test/CodeGen/X86/setcc-wide-types.ll | 32 +++--- test/CodeGen/X86/shrink_vmul.ll | 4 +- .../X86/sse2-intrinsics-fast-isel-x86_64.ll | 4 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 12 +-- test/CodeGen/X86/sse2-schedule.ll | 12 +-- test/CodeGen/X86/statepoint-vector.ll | 2 +- test/CodeGen/X86/vec_fneg.ll | 4 +- test/CodeGen/X86/vec_fp_to_int.ll | 106 +++++++++---------- test/CodeGen/X86/vec_insert-3.ll | 2 +- test/CodeGen/X86/vec_insert-5.ll | 2 +- test/CodeGen/X86/vec_insert-mmx.ll | 2 +- test/CodeGen/X86/vec_int_to_fp.ll | 112 ++++++++++----------- test/CodeGen/X86/vec_set-8.ll | 2 +- test/CodeGen/X86/vec_set-C.ll | 2 +- test/CodeGen/X86/vec_shift7.ll | 2 +- test/CodeGen/X86/vector-compare-all_of.ll | 8 +- test/CodeGen/X86/vector-compare-any_of.ll | 8 +- test/CodeGen/X86/vector-idiv-sdiv-128.ll | 28 +++--- test/CodeGen/X86/vector-idiv-udiv-128.ll | 28 +++--- test/CodeGen/X86/vector-lzcnt-128.ll | 4 +- test/CodeGen/X86/vector-pcmp.ll | 8 +- test/CodeGen/X86/vector-sext.ll | 68 ++++++------- test/CodeGen/X86/vector-shuffle-128-v2.ll | 12 +-- test/CodeGen/X86/vector-shuffle-128-v4.ll | 10 +- test/CodeGen/X86/vector-trunc-math.ll | 10 +- test/CodeGen/X86/vector-trunc.ll | 14 +-- test/CodeGen/X86/vector-tzcnt-128.ll | 4 +- test/CodeGen/X86/vmovq.ll | 2 +- test/CodeGen/X86/vshift-1.ll | 2 +- test/CodeGen/X86/vshift-2.ll | 2 +- test/CodeGen/X86/vsplit-and.ll | 10 +- test/CodeGen/X86/widen_cast-5.ll | 2 +- test/CodeGen/X86/widen_conv-3.ll | 4 +- test/CodeGen/X86/widen_conv-4.ll | 4 +- test/MC/Disassembler/X86/x86-64.txt | 8 +- test/MC/X86/x86-64.s | 16 ++- 60 files changed, 333 insertions(+), 337 deletions(-)