17 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: call puts3 4@g0 = private unnamed_addr constant [13 x i8] c"Hello World!\00"5 6; Function Attrs: nounwind7define i32 @f0() #0 {8b0:9 %v0 = tail call i32 @puts(ptr @g0)10 ret i32 011}12 13; Function Attrs: nounwind14declare i32 @puts(ptr nocapture) #015 16attributes #0 = { nounwind "target-cpu"="hexagonv55" }17