diff options
| author | Craig Topper <craig.topper@intel.com> | 2017-09-16 09:16:46 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2017-09-16 09:16:46 +0000 |
| commit | 0d1b519f78650bb2bbd3f67ff01120316cffd8df (patch) | |
| tree | 7986f2f2323908c248bba0f58f57349d0d6b5f0d /llvm/test | |
| parent | 833788a05c94088f454f9aafb6f32cc0dc1f16ba (diff) | |
| download | bcm5719-llvm-0d1b519f78650bb2bbd3f67ff01120316cffd8df.tar.gz bcm5719-llvm-0d1b519f78650bb2bbd3f67ff01120316cffd8df.zip | |
[X86] Remove unused check lines that got left behind when I moved tests to the instrinsic upgrade file and regenerated.
llvm-svn: 313454
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll b/llvm/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll index 7ff43f60bba..0219edabac1 100644 --- a/llvm/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll +++ b/llvm/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll @@ -765,11 +765,6 @@ declare <8 x float> @llvm.x86.avx.vpermil.ps.256(<8 x float>, i8) nounwind readn define <4 x double> @test_x86_avx_vperm2f128_pd_256(<4 x double> %a0, <4 x double> %a1) { -; CHECK-LABEL: test_x86_avx_vperm2f128_pd_256: -; CHECK: # BB#0: -; CHECK-NEXT: vperm2f128 $33, %ymm0, %ymm1, %ymm0 # encoding: [0xc4,0xe3,0x75,0x06,0xc0,0x21] -; CHECK-NEXT: # ymm0 = ymm1[2,3],ymm0[0,1] -; CHECK-NEXT: retl # encoding: [0xc3] ; X86-LABEL: test_x86_avx_vperm2f128_pd_256: ; X86: # BB#0: ; X86-NEXT: vperm2f128 {{.*#+}} ymm0 = ymm1[2,3],ymm0[0,1] @@ -786,11 +781,6 @@ declare <4 x double> @llvm.x86.avx.vperm2f128.pd.256(<4 x double>, <4 x double>, define <8 x float> @test_x86_avx_vperm2f128_ps_256(<8 x float> %a0, <8 x float> %a1) { -; CHECK-LABEL: test_x86_avx_vperm2f128_ps_256: -; CHECK: # BB#0: -; CHECK-NEXT: vperm2f128 $33, %ymm0, %ymm1, %ymm0 # encoding: [0xc4,0xe3,0x75,0x06,0xc0,0x21] -; CHECK-NEXT: # ymm0 = ymm1[2,3],ymm0[0,1] -; CHECK-NEXT: retl # encoding: [0xc3] ; X86-LABEL: test_x86_avx_vperm2f128_ps_256: ; X86: # BB#0: ; X86-NEXT: vperm2f128 {{.*#+}} ymm0 = ymm1[2,3],ymm0[0,1] @@ -807,11 +797,6 @@ declare <8 x float> @llvm.x86.avx.vperm2f128.ps.256(<8 x float>, <8 x float>, i8 define <8 x i32> @test_x86_avx_vperm2f128_si_256(<8 x i32> %a0, <8 x i32> %a1) { -; CHECK-LABEL: test_x86_avx_vperm2f128_si_256: -; CHECK: # BB#0: -; CHECK-NEXT: vperm2f128 $33, %ymm0, %ymm1, %ymm0 # encoding: [0xc4,0xe3,0x75,0x06,0xc0,0x21] -; CHECK-NEXT: # ymm0 = ymm1[2,3],ymm0[0,1] -; CHECK-NEXT: retl # encoding: [0xc3] ; X86-LABEL: test_x86_avx_vperm2f128_si_256: ; X86: # BB#0: ; X86-NEXT: vperm2f128 {{.*#+}} ymm0 = ymm1[2,3],ymm0[0,1] |

