This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc075cf [BFI/MBFI]: cfg graph view with color scheme new f5d0848 [X86][SSE] Added support for combining target shuffles to (V) [...] new 6a84436 [gold] Really fix test to run on non x86 platforms.
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 | 106 ++++++++++++++++++++- test/CodeGen/X86/2012-01-12-extract-sv.ll | 2 +- test/CodeGen/X86/2012-04-26-sdglue.ll | 6 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 6 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 2 +- test/CodeGen/X86/avx-splat.ll | 2 +- test/CodeGen/X86/avx-vbroadcast.ll | 10 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 2 +- test/CodeGen/X86/pshufb-mask-comments.ll | 6 +- test/CodeGen/X86/sse3.ll | 4 +- test/CodeGen/X86/vector-compare-results.ll | 15 ++- test/CodeGen/X86/vector-shuffle-128-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 4 +- test/CodeGen/X86/vector-shuffle-128-v4.ll | 32 ++----- test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 16 ++-- test/CodeGen/X86/vector-shuffle-256-v8.ll | 42 ++++---- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 28 ++---- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 2 +- .../X86/vector-shuffle-combining-avx512bw.ll | 37 +++++++ test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 5 +- test/CodeGen/X86/vector-shuffle-combining.ll | 4 +- test/tools/gold/X86/relax-relocs.ll | 2 +- 23 files changed, 219 insertions(+), 118 deletions(-)