[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / ret-mmx.ll
blob81dd73363c1fb1f650325185fd9b2f4cfd80f1b1
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin11 -mcpu=core2 -mattr=+mmx,+sse2 | FileCheck %s
3 ; rdar://6602459
5 @g_v1di = external global <1 x i64>
7 define void @t1() nounwind {
8 ; CHECK-LABEL: t1:
9 ; CHECK:       ## %bb.0: ## %entry
10 ; CHECK-NEXT:    pushq %rax
11 ; CHECK-NEXT:    callq _return_v1di
12 ; CHECK-NEXT:    movq _g_v1di@GOTPCREL(%rip), %rcx
13 ; CHECK-NEXT:    movq %rax, (%rcx)
14 ; CHECK-NEXT:    popq %rax
15 ; CHECK-NEXT:    retq
16 entry:
17   %call = call <1 x i64> @return_v1di()         ; <<1 x i64>> [#uses=0]
18   store <1 x i64> %call, ptr @g_v1di
19   ret void
22 declare <1 x i64> @return_v1di()
24 define <1 x i64> @t2() nounwind {
25 ; CHECK-LABEL: t2:
26 ; CHECK:       ## %bb.0:
27 ; CHECK-NEXT:    movl $1, %eax
28 ; CHECK-NEXT:    retq
29   ret <1 x i64> <i64 1>
32 define <2 x i32> @t3() nounwind {
33 ; CHECK-LABEL: t3:
34 ; CHECK:       ## %bb.0:
35 ; CHECK-NEXT:    movss {{.*#+}} xmm0 = [1,0,0,0]
36 ; CHECK-NEXT:    retq
37   ret <2 x i32> <i32 1, i32 0>
40 define double @t4() nounwind {
41 ; CHECK-LABEL: t4:
42 ; CHECK:       ## %bb.0:
43 ; CHECK-NEXT:    movsd {{.*#+}} xmm0 = [1,0,0,0]
44 ; CHECK-NEXT:    retq
45   ret double bitcast (<2 x i32> <i32 1, i32 0> to double)