This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6677747 [X86][SSE] Fix domains for scalar store instructions new b10a96e [x86] use a single shufps when it can save instructions
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 | 33 +- test/CodeGen/X86/SwizzleShuff.ll | 11 +- test/CodeGen/X86/avx-trunc.ll | 4 +- test/CodeGen/X86/combine-or.ll | 8 +- test/CodeGen/X86/combine-shl.ll | 6 +- test/CodeGen/X86/combine-sra.ll | 55 ++- test/CodeGen/X86/combine-srl.ll | 52 ++- test/CodeGen/X86/compress_expand.ll | 6 +- test/CodeGen/X86/i64-to-float.ll | 48 +-- test/CodeGen/X86/masked_gather_scatter.ll | 12 +- test/CodeGen/X86/masked_memop.ll | 45 +-- test/CodeGen/X86/oddshuffles.ll | 108 +++--- test/CodeGen/X86/palignr.ll | 4 +- test/CodeGen/X86/pmul.ll | 208 +++++------ test/CodeGen/X86/reduce-trunc-shl.ll | 9 +- test/CodeGen/X86/sse-fsignum.ll | 18 +- test/CodeGen/X86/vec_fp_to_int.ll | 125 +++---- test/CodeGen/X86/vector-compare-results.ll | 529 ++++++++++++--------------- test/CodeGen/X86/vector-shuffle-128-v4.ll | 6 +- test/CodeGen/X86/vector-shuffle-combining.ll | 244 ++++-------- test/CodeGen/X86/vector-trunc-math.ll | 292 ++++++--------- test/CodeGen/X86/vector-trunc.ll | 139 ++----- test/CodeGen/X86/vsplit-and.ll | 28 +- 23 files changed, 789 insertions(+), 1201 deletions(-)