Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cases....
authorCraig Topper <craig.topper@gmail.com>
Thu, 24 Oct 2013 06:45:13 +0000 (06:45 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 24 Oct 2013 06:45:13 +0000 (06:45 +0000)
commit4a92638aec8020d0960608da0bf090ad2eaf944f
tree2fc42a34e7e7345814da5722a8934e78a477f9b0
parentd084153a8fd8ee058fd4c39d4f15d3f988566d95
Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cases. Some of these may have been tested by other tests, but most weren't. Patch by Cameron McInally.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193309 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/sse-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse3-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse41-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse42-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/ssse3-intrinsics-x86.ll [new file with mode: 0644]