brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · 64a8d02 Raw
18 lines · plain
1; RUN: llc < %s -mtriple=sparc2 3; CHECK: call func4; CHECK: st %i0, [%sp+64]5; CHECK: unimp 86 7%struct = type { i32, i32 }8 9define void @test() nounwind {10entry:11  %tmp = alloca %struct, align 412  call void @func13    (ptr nonnull sret(%struct) %tmp)14  ret void15}16 17declare void @func()18