diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll | |
parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
download | src-044eb2f6afba375a914ac9d8024f8f5142bb912e.tar.gz src-044eb2f6afba375a914ac9d8024f8f5142bb912e.zip |
Vendor import of llvm trunk r321017:vendor/llvm/llvm-trunk-r321017
Notes
Notes:
svn path=/vendor/llvm/dist/; revision=326938
svn path=/vendor/llvm/llvm-trunk-r321017/; revision=326939; tag=vendor/llvm/llvm-trunk-r321017
Diffstat (limited to 'test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll')
-rw-r--r-- | test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll b/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll index 26dd9d46641a..0c41c3ec6c11 100644 --- a/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll +++ b/test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll @@ -7,7 +7,7 @@ define <4 x float> @foo(<4 x float> %val, <4 x float> %test) nounwind { ; CHECK-NEXT: .long 1065353216 ## 0x3f800000 ; CHECK-NEXT: .long 1065353216 ## 0x3f800000 ; CHECK-LABEL: foo: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: cmpeqps %xmm1, %xmm0 ; CHECK-NEXT: andps {{.*}}(%rip), %xmm0 ; CHECK-NEXT: retq @@ -27,7 +27,7 @@ define void @foo1(<4 x float> %val, <4 x float> %test, <4 x double>* %p) nounwin ; CHECK-NEXT: .long 1 ## 0x1 ; CHECK-NEXT: .long 1 ## 0x1 ; CHECK-LABEL: foo1: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: cmpeqps %xmm1, %xmm0 ; CHECK-NEXT: andps {{.*}}(%rip), %xmm0 ; CHECK-NEXT: pshufd {{.*#+}} xmm1 = xmm0[2,3,0,1] @@ -51,7 +51,7 @@ define void @foo2(<4 x float>* noalias %result) nounwind { ; CHECK-NEXT: .long 1086324736 ## float 6 ; CHECK-NEXT: .long 1088421888 ## float 7 ; CHECK-LABEL: foo2: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: movaps {{.*#+}} xmm0 = [4.000000e+00,5.000000e+00,6.000000e+00,7.000000e+00] ; CHECK-NEXT: movaps %xmm0, (%rdi) ; CHECK-NEXT: retq @@ -69,7 +69,7 @@ define <4 x float> @foo3(<4 x float> %val, <4 x float> %test) nounwind { ; CHECK-NEXT: .long 1065353216 ## 0x3f800000 ; CHECK-NEXT: .long 0 ## 0x0 ; CHECK-LABEL: foo3: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: cmpeqps %xmm1, %xmm0 ; CHECK-NEXT: andps {{.*}}(%rip), %xmm0 ; CHECK-NEXT: retq @@ -88,7 +88,7 @@ define void @foo4(<4 x float>* noalias %result) nounwind { ; CHECK-NEXT: .long 1124073472 ## float 128 ; CHECK-NEXT: .long 1132396544 ## float 255 ; CHECK-LABEL: foo4: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: movaps {{.*#+}} xmm0 = [1.000000e+00,1.270000e+02,1.280000e+02,2.550000e+02] ; CHECK-NEXT: movaps %xmm0, (%rdi) ; CHECK-NEXT: retq |