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)
commit5b7c2b4f0d082ebfebeaf96250fd8b33f832b660
treea6c95c94c2ffa7acc012174696a28f483f0147b5
parent50cb32e6149b8e6f25699a9040cf1e9ab3302d7e
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.

llvm-svn: 193309
llvm/test/CodeGen/X86/sse-intrinsics-x86.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/sse3-intrinsics-x86.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/sse41-intrinsics-x86.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/sse42-intrinsics-x86.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/ssse3-intrinsics-x86.ll [new file with mode: 0644]