[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / memset.ll
blob02dfb34e10091d174a908dad10a5ed5dc7ec1da9
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mcpu=pentium2 -mtriple=i686-apple-darwin8.8.0 | FileCheck %s --check-prefix=X86
3 ; RUN: llc < %s -mcpu=pentium3 -mtriple=i686-apple-darwin8.8.0 | FileCheck %s --check-prefix=XMM
4 ; RUN: llc < %s -mcpu=bdver1   -mtriple=i686-apple-darwin8.8.0 | FileCheck %s --check-prefix=YMM
6 %struct.x = type { i16, i16 }
8 define void @t() nounwind  {
9 ; X86-LABEL: t:
10 ; X86:       ## %bb.0: ## %entry
11 ; X86-NEXT:    subl $44, %esp
12 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
13 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
14 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
15 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
16 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
17 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
18 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
19 ; X86-NEXT:    movl $0, {{[0-9]+}}(%esp)
20 ; X86-NEXT:    leal {{[0-9]+}}(%esp), %eax
21 ; X86-NEXT:    movl %eax, (%esp)
22 ; X86-NEXT:    calll _foo
23 ; X86-NEXT:    addl $44, %esp
24 ; X86-NEXT:    retl
26 ; XMM-LABEL: t:
27 ; XMM:       ## %bb.0: ## %entry
28 ; XMM-NEXT:    subl $60, %esp
29 ; XMM-NEXT:    xorps %xmm0, %xmm0
30 ; XMM-NEXT:    movaps %xmm0, {{[0-9]+}}(%esp)
31 ; XMM-NEXT:    movaps %xmm0, {{[0-9]+}}(%esp)
32 ; XMM-NEXT:    leal {{[0-9]+}}(%esp), %eax
33 ; XMM-NEXT:    movl %eax, (%esp)
34 ; XMM-NEXT:    calll _foo
35 ; XMM-NEXT:    addl $60, %esp
36 ; XMM-NEXT:    retl
38 ; YMM-LABEL: t:
39 ; YMM:       ## %bb.0: ## %entry
40 ; YMM-NEXT:    pushl %ebp
41 ; YMM-NEXT:    movl %esp, %ebp
42 ; YMM-NEXT:    andl $-32, %esp
43 ; YMM-NEXT:    subl $96, %esp
44 ; YMM-NEXT:    leal {{[0-9]+}}(%esp), %eax
45 ; YMM-NEXT:    vxorps %xmm0, %xmm0, %xmm0
46 ; YMM-NEXT:    vmovaps %ymm0, {{[0-9]+}}(%esp)
47 ; YMM-NEXT:    movl %eax, (%esp)
48 ; YMM-NEXT:    vzeroupper
49 ; YMM-NEXT:    calll _foo
50 ; YMM-NEXT:    movl %ebp, %esp
51 ; YMM-NEXT:    popl %ebp
52 ; YMM-NEXT:    retl
53 entry:
54         %up_mvd = alloca [8 x %struct.x]                ; <[8 x %struct.x]*> [#uses=2]
55         %up_mvd116 = getelementptr [8 x %struct.x], [8 x %struct.x]* %up_mvd, i32 0, i32 0              ; <%struct.x*> [#uses=1]
56         %tmp110117 = bitcast [8 x %struct.x]* %up_mvd to i8*            ; <i8*> [#uses=1]
58         call void @llvm.memset.p0i8.i64(i8* align 8 %tmp110117, i8 0, i64 32, i1 false)
59         call void @foo( %struct.x* %up_mvd116 ) nounwind
60         ret void
63 declare void @foo(%struct.x*)
65 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i1) nounwind
67 ; Ensure that alignment of '0' in an @llvm.memset intrinsic results in
68 ; unaligned loads and stores.
69 define void @PR15348(i8* %a) {
70 ; X86-LABEL: PR15348:
71 ; X86:       ## %bb.0:
72 ; X86-NEXT:    movl {{[0-9]+}}(%esp), %eax
73 ; X86-NEXT:    movb $0, 16(%eax)
74 ; X86-NEXT:    movl $0, 12(%eax)
75 ; X86-NEXT:    movl $0, 8(%eax)
76 ; X86-NEXT:    movl $0, 4(%eax)
77 ; X86-NEXT:    movl $0, (%eax)
78 ; X86-NEXT:    retl
80 ; XMM-LABEL: PR15348:
81 ; XMM:       ## %bb.0:
82 ; XMM-NEXT:    movl {{[0-9]+}}(%esp), %eax
83 ; XMM-NEXT:    movb $0, 16(%eax)
84 ; XMM-NEXT:    movl $0, 12(%eax)
85 ; XMM-NEXT:    movl $0, 8(%eax)
86 ; XMM-NEXT:    movl $0, 4(%eax)
87 ; XMM-NEXT:    movl $0, (%eax)
88 ; XMM-NEXT:    retl
90 ; YMM-LABEL: PR15348:
91 ; YMM:       ## %bb.0:
92 ; YMM-NEXT:    movl {{[0-9]+}}(%esp), %eax
93 ; YMM-NEXT:    vxorps %xmm0, %xmm0, %xmm0
94 ; YMM-NEXT:    vmovups %xmm0, (%eax)
95 ; YMM-NEXT:    movb $0, 16(%eax)
96 ; YMM-NEXT:    retl
97   call void @llvm.memset.p0i8.i64(i8* %a, i8 0, i64 17, i1 false)
98   ret void