repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
ARM
/
thread_pointer.ll
blob
c6318a58277cdae30a6ef7769be79a24fc195b67
1
; RUN: llc -mtriple arm-linux-gnueabi -filetype asm -o - %s | FileCheck %s
2
3
declare i8* @llvm.thread.pointer()
4
5
define i8* @test() {
6
entry:
7
%tmp1 = call i8* @llvm.thread.pointer()
8
ret i8* %tmp1
9
}
10
11
; CHECK: bl __aeabi_read_tp
12