OSDN Git Service

[X86] Remove sse2 intrinsic tests from the avx intrinsics test file.
authorCraig Topper <craig.topper@gmail.com>
Tue, 21 Feb 2017 07:32:11 +0000 (07:32 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 21 Feb 2017 07:32:11 +0000 (07:32 +0000)
commit4228b1201f22b926cdcbf599e93bef104ce295d2
treef624e0cbb2fbc1426a1bfde0d5f7095eb7d674cc
parent3ba7715b4369ff449b02ad3adb76b938caef1242
[X86] Remove sse2 intrinsic tests from the avx intrinsics test file.

They are all covered by the SSE2 intrinsics test with SSE2, AVX, and AVX512 command lines.

Also remove an unneeded lfence intrinsic test since it was already covered.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295700 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-intrinsics-x86_64.ll
test/CodeGen/X86/lfence.ll [deleted file]
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2-intrinsics-x86_64.ll [new file with mode: 0644]