This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 141320f The patch introduces new way of narrowing complex (>UINT16 va [...] new c39fbca [X86] Remove sse3 intrinsic tests from the avx intrinsics test file. new 74f63b5 [X86] Remove sse4.1 intrinsic tests from the avx intrinsics t [...] new f12d64f [X86] Remove sse4.2 intrinsic tests from the avx intrinsics t [...] new 4e7e88a [X86] Remove ssse3 intrinsic tests from the avx intrinsics te [...]
The 4 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: test/CodeGen/X86/avx-intrinsics-x86.ll | 986 +--------------------------- test/CodeGen/X86/sse3-intrinsics-x86.ll | 34 +- test/CodeGen/X86/sse42-intrinsics-x86.ll | 39 +- test/CodeGen/X86/sse42-intrinsics-x86_64.ll | 28 + test/CodeGen/X86/sse42.ll | 58 -- test/CodeGen/X86/sse42_64.ll | 21 - test/CodeGen/X86/ssse3-intrinsics-x86.ll | 29 + 7 files changed, 129 insertions(+), 1066 deletions(-) create mode 100644 test/CodeGen/X86/sse42-intrinsics-x86_64.ll delete mode 100644 test/CodeGen/X86/sse42.ll delete mode 100644 test/CodeGen/X86/sse42_64.ll