comparison test/CodeGen/X86/tls-local-dynamic.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck %s 1 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck %s
2 2
3 @x = internal thread_local global i32 0, align 4 3 @x = internal thread_local global i32 0, align 4
4 @y = internal thread_local global i32 0, align 4 4 @y = internal thread_local global i32 0, align 4
5 5
6 ; get_x and get_y are here to prevent x and y to be optimized away as 0 6 ; get_x and get_y are here to prevent x and y to be optimized away as 0