Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Mips/tls-alias.ll @ 117:facf19d07cd9
check EHStack on EmitCall (CbC goto)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 24 Aug 2016 20:10:41 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: llc -march=mipsel -relocation-model=pic -disable-mips-delay-filler < %s | FileCheck %s @foo = thread_local global i32 42 @bar = hidden thread_local alias i32, i32* @foo define i32* @zed() { ; CHECK-DAG: __tls_get_addr ; CHECK-DAG: %tlsldm(bar) ret i32* @bar }