diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-rem.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vector-rem.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vector-rem.ll b/llvm/test/CodeGen/X86/vector-rem.ll index aa8d42ae20a..3f57bd833c0 100644 --- a/llvm/test/CodeGen/X86/vector-rem.ll +++ b/llvm/test/CodeGen/X86/vector-rem.ll @@ -3,7 +3,7 @@ define <4 x i32> @foo(<4 x i32> %t, <4 x i32> %u) nounwind { ; CHECK-LABEL: foo: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: pshufd {{.*#+}} xmm2 = xmm0[3,1,2,3] ; CHECK-NEXT: movd %xmm2, %eax ; CHECK-NEXT: pshufd {{.*#+}} xmm2 = xmm1[3,1,2,3] @@ -41,7 +41,7 @@ define <4 x i32> @foo(<4 x i32> %t, <4 x i32> %u) nounwind { define <4 x i32> @bar(<4 x i32> %t, <4 x i32> %u) nounwind { ; CHECK-LABEL: bar: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: pshufd {{.*#+}} xmm2 = xmm0[3,1,2,3] ; CHECK-NEXT: movd %xmm2, %eax ; CHECK-NEXT: pshufd {{.*#+}} xmm2 = xmm1[3,1,2,3] @@ -79,7 +79,7 @@ define <4 x i32> @bar(<4 x i32> %t, <4 x i32> %u) nounwind { define <4 x float> @qux(<4 x float> %t, <4 x float> %u) nounwind { ; CHECK-LABEL: qux: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: subq $72, %rsp ; CHECK-NEXT: movaps %xmm1, {{[0-9]+}}(%rsp) # 16-byte Spill ; CHECK-NEXT: movaps %xmm0, {{[0-9]+}}(%rsp) # 16-byte Spill |