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
AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
anonymous_globals.ll
blob
3800ad715000255e76423440bec83ae5034e1af0
1
; RUN: lli -jit-kind=orc-lazy %s
2
3
define private void @0() {
4
entry:
5
ret void
6
}
7
8
define private void @"\01L_foo"() {
9
entry:
10
ret void
11
}
12
13
define i32 @main(i32 %argc, ptr nocapture readnone %argv) {
14
entry:
15
call void @0()
16
tail call void @"\01L_foo"()
17
ret i32 0
18
}