[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / llvm / test / CodeGen / ARM / macho-extern-hidden.ll
blobf0369e70fd183b87ff3b714e8fa9a182fa9bdaa7
1 ; RUN: llc < %s -mtriple=thumbv7em-apple-unknown-macho | FileCheck %s
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))
6 @bar = external hidden global i32
7 define i32 @foo() {
8   %tmp = load i32, ptr @bar, align 4
9   ret i32 %tmp