diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_extract-mmx.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_extract-mmx.ll | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/X86/vec_extract-mmx.ll b/llvm/test/CodeGen/X86/vec_extract-mmx.ll index a137d052d29..d8502d831fd 100644 --- a/llvm/test/CodeGen/X86/vec_extract-mmx.ll +++ b/llvm/test/CodeGen/X86/vec_extract-mmx.ll @@ -4,7 +4,7 @@ define i32 @test0(<1 x i64>* %v4) nounwind { ; X32-LABEL: test0: -; X32: # BB#0: # %entry +; X32: # %bb.0: # %entry ; X32-NEXT: pushl %ebp ; X32-NEXT: movl %esp, %ebp ; X32-NEXT: andl $-8, %esp @@ -22,7 +22,7 @@ define i32 @test0(<1 x i64>* %v4) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: test0: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: pshufw $238, (%rdi), %mm0 # mm0 = mem[2,3,2,3] ; X64-NEXT: movd %mm0, %eax ; X64-NEXT: addl $32, %eax @@ -43,7 +43,7 @@ entry: define i32 @test1(i32* nocapture readonly %ptr) nounwind { ; X32-LABEL: test1: -; X32: # BB#0: # %entry +; X32: # %bb.0: # %entry ; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: movd (%eax), %mm0 ; X32-NEXT: pshufw $232, %mm0, %mm0 # mm0 = mm0[0,2,2,3] @@ -52,7 +52,7 @@ define i32 @test1(i32* nocapture readonly %ptr) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: test1: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: movd (%rdi), %mm0 ; X64-NEXT: pshufw $232, %mm0, %mm0 # mm0 = mm0[0,2,2,3] ; X64-NEXT: movd %mm0, %eax @@ -78,7 +78,7 @@ entry: define i32 @test2(i32* nocapture readonly %ptr) nounwind { ; X32-LABEL: test2: -; X32: # BB#0: # %entry +; X32: # %bb.0: # %entry ; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: pshufw $232, (%eax), %mm0 # mm0 = mem[0,2,2,3] ; X32-NEXT: movd %mm0, %eax @@ -86,7 +86,7 @@ define i32 @test2(i32* nocapture readonly %ptr) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: test2: -; X64: # BB#0: # %entry +; X64: # %bb.0: # %entry ; X64-NEXT: pshufw $232, (%rdi), %mm0 # mm0 = mem[0,2,2,3] ; X64-NEXT: movd %mm0, %eax ; X64-NEXT: emms @@ -106,12 +106,12 @@ entry: define i32 @test3(x86_mmx %a) nounwind { ; X32-LABEL: test3: -; X32: # BB#0: +; X32: # %bb.0: ; X32-NEXT: movd %mm0, %eax ; X32-NEXT: retl ; ; X64-LABEL: test3: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: movd %mm0, %eax ; X64-NEXT: retq %tmp0 = bitcast x86_mmx %a to <2 x i32> @@ -122,7 +122,7 @@ define i32 @test3(x86_mmx %a) nounwind { ; Verify we don't muck with extractelts from the upper lane. define i32 @test4(x86_mmx %a) nounwind { ; X32-LABEL: test4: -; X32: # BB#0: +; X32: # %bb.0: ; X32-NEXT: pushl %ebp ; X32-NEXT: movl %esp, %ebp ; X32-NEXT: andl $-8, %esp @@ -136,7 +136,7 @@ define i32 @test4(x86_mmx %a) nounwind { ; X32-NEXT: retl ; ; X64-LABEL: test4: -; X64: # BB#0: +; X64: # %bb.0: ; X64-NEXT: movq %mm0, -{{[0-9]+}}(%rsp) ; X64-NEXT: movq {{.*#+}} xmm0 = mem[0],zero ; X64-NEXT: pshufd {{.*#+}} xmm0 = xmm0[1,3,0,1] |