diff options
Diffstat (limited to 'test/CodeGen/X86/pshufb-mask-comments.ll')
-rw-r--r-- | test/CodeGen/X86/pshufb-mask-comments.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/X86/pshufb-mask-comments.ll b/test/CodeGen/X86/pshufb-mask-comments.ll index 178fe3357d43..0900fdccb49b 100644 --- a/test/CodeGen/X86/pshufb-mask-comments.ll +++ b/test/CodeGen/X86/pshufb-mask-comments.ll @@ -5,7 +5,7 @@ define <16 x i8> @test1(<16 x i8> %V) { ; CHECK-LABEL: test1: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: pshufb {{.*#+}} xmm0 = xmm0[1,0,0,0,0,2,0,0,0,0,3,0,0,0,0,4] ; CHECK-NEXT: retq %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 1, i8 0, i8 0, i8 0, i8 0, i8 2, i8 0, i8 0, i8 0, i8 0, i8 3, i8 0, i8 0, i8 0, i8 0, i8 4>) @@ -16,7 +16,7 @@ define <16 x i8> @test1(<16 x i8> %V) { define <16 x i8> @test2(<16 x i8> %V) { ; CHECK-LABEL: test2: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: pshufb {{.*#+}} xmm0 = xmm0[15,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2] ; CHECK-NEXT: retq %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 15, i8 0, i8 0, i8 0, i8 0, i8 16, i8 0, i8 0, i8 0, i8 0, i8 17, i8 0, i8 0, i8 0, i8 0, i8 50>) @@ -27,7 +27,7 @@ define <16 x i8> @test2(<16 x i8> %V) { define <16 x i8> @test3(<16 x i8> %V) { ; CHECK-LABEL: test3: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: pshufb {{.*#+}} xmm0 = xmm0[1,0,0,15,0,2,0,0],zero,xmm0[0,3,0,0],zero,xmm0[0,4] ; CHECK-NEXT: retq %1 = tail call <16 x i8> @llvm.x86.ssse3.pshuf.b.128(<16 x i8> %V, <16 x i8> <i8 1, i8 0, i8 0, i8 127, i8 0, i8 2, i8 0, i8 0, i8 128, i8 0, i8 3, i8 0, i8 0, i8 255, i8 0, i8 4>) @@ -38,7 +38,7 @@ define <16 x i8> @test3(<16 x i8> %V) { define <16 x i8> @test4(<16 x i8> %V, <2 x i64>* %P) { ; CHECK-LABEL: test4: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movaps {{.*#+}} xmm1 = [1084818905618843912,506097522914230528] ; CHECK-NEXT: movaps %xmm1, (%rdi) ; CHECK-NEXT: pshufd {{.*#+}} xmm0 = xmm0[2,3,0,1] @@ -53,7 +53,7 @@ define <16 x i8> @test4(<16 x i8> %V, <2 x i64>* %P) { define <16 x i8> @test5(<16 x i8> %V) { ; CHECK-LABEL: test5: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl $1, %eax ; CHECK-NEXT: movq %rax, %xmm1 ; CHECK-NEXT: movdqa %xmm1, (%rax) @@ -74,7 +74,7 @@ define <16 x i8> @test5(<16 x i8> %V) { define <16 x i8> @test6(<16 x i8> %V, <2 x i64>* %P) { ; CHECK-LABEL: test6: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movaps {{.*#+}} xmm1 = [217019414673948672,506380106026255364] ; CHECK-NEXT: movaps %xmm1, (%rdi) ; CHECK-NEXT: punpcklbw {{.*#+}} xmm0 = xmm0[0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7] |