repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
LoongArch
/
emutls.ll
blob
7824ce33d946f9532586e1733541689c722f9856
1
; RUN: not llc --mtriple=loongarch64 -emulated-tls -mattr=+d \
2
; RUN: -relocation-model=pic < %s 2>&1 | FileCheck %s
3
4
; CHECK: LLVM ERROR: the emulated TLS is prohibited
5
6
@x = thread_local global i8 7, align 2
7
8
define ptr @get_x() nounwind {
9
entry:
10
ret ptr @x
11
}