brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · ae05800 Raw
40 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | FileCheck %s3 4	%struct.S = type { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64>,5                           <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64>,6                           <2 x i64> }7 8define i32 @main() nounwind  {9; CHECK-LABEL: main:10; CHECK:       # %bb.0: # %entry11; CHECK-NEXT:    pushl %ebp12; CHECK-NEXT:    movl %esp, %ebp13; CHECK-NEXT:    pushl %edi14; CHECK-NEXT:    pushl %esi15; CHECK-NEXT:    andl $-16, %esp16; CHECK-NEXT:    subl $304, %esp # imm = 0x13017; CHECK-NEXT:    movaps {{.*#+}} xmm0 = [3,2,1,0]18; CHECK-NEXT:    movaps %xmm0, {{[0-9]+}}(%esp)19; CHECK-NEXT:    leal {{[0-9]+}}(%esp), %edi20; CHECK-NEXT:    leal {{[0-9]+}}(%esp), %esi21; CHECK-NEXT:    movl $36, %ecx22; CHECK-NEXT:    rep;movsl (%esi), %es:(%edi)23; CHECK-NEXT:    movl $1, (%esp)24; CHECK-NEXT:    calll t@PLT25; CHECK-NEXT:    xorl %eax, %eax26; CHECK-NEXT:    leal -8(%ebp), %esp27; CHECK-NEXT:    popl %esi28; CHECK-NEXT:    popl %edi29; CHECK-NEXT:    popl %ebp30; CHECK-NEXT:    retl31entry:32	%s = alloca %struct.S		; <ptr> [#uses=2]33	%tmp15 = getelementptr %struct.S, ptr %s, i32 0, i32 0		; <ptr> [#uses=1]34	store <2 x i64> < i64 8589934595, i64 1 >, ptr %tmp15, align 1635	call void @t( i32 1, ptr byval(%struct.S) %s) nounwind36	ret i32 037}38 39declare void @t(i32, ptr byval(%struct.S))40