brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · 8df236a Raw
14 lines · plain
1; RUN: llc -ppc-asm-full-reg-names -mcpu=pwr10 -mtriple powerpc64le-unknown-linux-gnu \2; RUN: -o - %s | FileCheck %s3 4@bar = dso_local global i32 0, align 45 6define dso_local ptr @foo() #0 {7entry:8  ret ptr @bar9}10 11attributes #0 = { "use-soft-float"="true" }12 13; CHECK: paddi r3, 0, bar@PCREL, 114