brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · 4c1a76a Raw
13 lines · plain
1; RUN: llc -mtriple=mipsel-sde-elf -relocation-model=static -mattr=+noabicalls -mgpopt < %s \2; RUN: | FileCheck %s3 4@i = internal unnamed_addr global i32 0, align 45 6define i32 @geti() nounwind readonly {7entry:8; CHECK: lw ${{[0-9]+}}, %gp_rel(i)($gp)9  %0 = load i32, ptr @i, align 410  ret i32 %011}12 13