You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
16
external/llvm/test/CodeGen/SystemZ/tls-07.ll
vendored
16
external/llvm/test/CodeGen/SystemZ/tls-07.ll
vendored
@ -1,16 +0,0 @@
|
||||
; Test local-dynamic TLS access optimizations.
|
||||
;
|
||||
; If we access two different local-dynamic TLS variables, we only
|
||||
; need a single call to __tls_get_offset.
|
||||
;
|
||||
; RUN: llc < %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | grep "__tls_get_offset" | count 1
|
||||
|
||||
@x = thread_local(localdynamic) global i32 0
|
||||
@y = thread_local(localdynamic) global i32 0
|
||||
|
||||
define i32 @foo() {
|
||||
%valx = load i32, i32* @x
|
||||
%valy = load i32, i32* @y
|
||||
%add = add nsw i32 %valx, %valy
|
||||
ret i32 %add
|
||||
}
|
Reference in New Issue
Block a user