mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 01:26:41 +00:00
[X86] Remove unused check lines that got left behind when I moved tests to the instrinsic upgrade file and regenerated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dfec11016b
commit
2fa59dfd39
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user