brintos

brintos / llvm-project-archived public Read only

0
0
Text · 631 B · 791fa09 Raw
25 lines · plain
1; RUN: llc -mtriple=hexagon -O2 -relocation-model=pic < %s | FileCheck %s2;3; CHECK: r{{[0-9]+}} = add({{pc|PC}},##g2@PCREL)4 5@g0 = hidden global i32 10, align 46@g1 = private unnamed_addr constant [4 x i8] c"%d\0A\00", align 17@g2 = internal global ptr @g0, align 48 9; Function Attrs: nounwind10declare i32 @f0(ptr, ...) #011 12; Function Attrs: nounwind13define i32 @f1() #0 {14b0:15  %v0 = alloca i32, align 416  store i32 10, ptr @g0, align 417  %v1 = load ptr, ptr @g2, align 418  %v2 = load i32, ptr %v1, align 419  %v3 = call i32 (ptr, ...) @f0(ptr @g1, i32 %v2)20  %v4 = load i32, ptr %v021  ret i32 %v422}23 24attributes #0 = { nounwind }25