brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · f0369e7 Raw
11 lines · plain
1; RUN: llc < %s -mtriple=thumbv7em-apple-unknown-macho | FileCheck %s2 3; CHECK: movw   r0, :lower16:(L_bar$non_lazy_ptr-(LPC0_0+4))4; CHECK: movt   r0, :upper16:(L_bar$non_lazy_ptr-(LPC0_0+4))5 6@bar = external hidden global i327define i32 @foo() {8  %tmp = load i32, ptr @bar, align 49  ret i32 %tmp10}11