summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorCameron McInally <cameron.mcinally@nyu.edu>2013-11-19 14:36:00 +0000
committerCameron McInally <cameron.mcinally@nyu.edu>2013-11-19 14:36:00 +0000
commitd1cd0be6f38411c89ea97954e6151f248136c460 (patch)
tree4d025735e8859cd514926f68c00eb84c95955cb9 /llvm/test/CodeGen/X86
parentc302161f70987de4ce6d6b9095bddc532ed9117b (diff)
downloadbcm5719-llvm-d1cd0be6f38411c89ea97954e6151f248136c460.tar.gz
bcm5719-llvm-d1cd0be6f38411c89ea97954e6151f248136c460.zip
Fix assembly operands for the SSE2 cvtsd2ss instruction.
llvm-svn: 195129
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll b/llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll
index a6b0b90bd80..ff6c10bfe5a 100644
--- a/llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll
+++ b/llvm/test/CodeGen/X86/sse2-intrinsics-x86.ll
@@ -142,6 +142,7 @@ declare i32 @llvm.x86.sse2.cvtsd2si(<2 x double>) nounwind readnone
define <4 x float> @test_x86_sse2_cvtsd2ss(<4 x float> %a0, <2 x double> %a1) {
; CHECK: cvtsd2ss
+ ; CHECK-NOT: cvtsd2ss %xmm{{[0-9]+}}, %xmm{{[0-9]+}}, %xmm{{[0-9]+}}
%res = call <4 x float> @llvm.x86.sse2.cvtsd2ss(<4 x float> %a0, <2 x double> %a1) ; <<4 x float>> [#uses=1]
ret <4 x float> %res
}
OpenPOWER on IntegriCloud