brintos

brintos / llvm-project-archived public Read only

0
0
Text · 382 B · 5a0180e Raw
15 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3%struct.test_struct = type { i32, i8, i64 }4 5; CHECK: r1 = #456define void @foo(ptr noalias nocapture sret(%struct.test_struct) %agg.result, i32 %a) #0 {7entry:8  call void @bar(ptr sret(%struct.test_struct) %agg.result, i32 45) #09  ret void10}11 12declare void @bar(ptr sret(%struct.test_struct), i32) #013 14attributes #0 = { nounwind }15