1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin11 -mattr=+mmx,+sse2 | FileCheck %s
4 @g_v1di = external global <1 x i64>
6 define void @t1() nounwind {
8 %call = call <1 x i64> @return_v1di() ; <<1 x i64>> [#uses=0]
9 store <1 x i64> %call, <1 x i64>* @g_v1di
13 ; CHECK-NEXT: movq _g_v1di
14 ; CHECK-NEXT: movq %rax,
17 declare <1 x i64> @return_v1di()
19 define <1 x i64> @t2() nounwind {
26 define <2 x i32> @t3() nounwind {
27 ret <2 x i32> <i32 1, i32 0>
30 ; CHECK: movd {{.*}}, %xmm0
33 define double @t4() nounwind {
34 ret double bitcast (<2 x i32> <i32 1, i32 0> to double)
37 ; CHECK: movd {{.*}}, %xmm0