brintos

brintos / llvm-project-archived public Read only

0
0
Text · 370 B · b8e2631 Raw
17 lines · plain
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s2 3; CHECK: movl {{.}}12, %eax4; CHECK: movl {{.}}24, %edx5; CHECK: movl {{.}}48, %ecx6 7%0 = type { i32, i32, i32 }8 9define internal fastcc %0 @ReturnBigStruct() nounwind readnone {10entry:11  %0 = insertvalue %0 zeroinitializer, i32 12, 012  %1 = insertvalue %0 %0, i32 24, 113  %2 = insertvalue %0 %1, i32 48, 214  ret %0 %215}16 17