[llvm] r313454 - [X86] Remove unused check lines that got left behind when I moved tests to the instrinsic upgrade file and regenerated.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 16 02:16:47 PDT 2017


Author: ctopper
Date: Sat Sep 16 02:16:46 2017
New Revision: 313454

URL: http://llvm.org/viewvc/llvm-project?rev=313454&view=rev
Log:
[X86] Remove unused check lines that got left behind when I moved tests to the instrinsic upgrade file and regenerated.

Modified:
    llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll

Modified: llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll?rev=313454&r1=313453&r2=313454&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll Sat Sep 16 02:16:46 2017
@@ -765,11 +765,6 @@ declare <8 x float> @llvm.x86.avx.vpermi
 
 
 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.vperm
 
 
 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.vperm2
 
 
 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]




More information about the llvm-commits mailing list