[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-pic-5.ll
blobf8819d6edff78deae531f7b0302bd8c191df1f53
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
4 @a = hidden global i32 0
6 define i32 @get_a() {
7 ; CHECK-LABEL: get_a:
8 ; CHECK:       # %bb.0: # %entry
9 ; CHECK-NEXT:    movl a(%rip), %eax
10 ; CHECK-NEXT:    retq
11 entry:
12         %tmp1 = load i32, i32* @a, align 4
13         ret i32 %tmp1