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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
test
/
wasm
/
Inputs
/
archive2.ll
blob
66bfeac5ac6ce2535f14861604acb641f04fac1d
1
target triple = "wasm32-unknown-unknown"
2
3
declare i32 @foo() local_unnamed_addr #1
4
5
define i32 @bar() local_unnamed_addr #0 {
6
entry:
7
%call = tail call i32 @foo() #2
8
ret i32 %call
9
}
10
11
define void @archive2_symbol() local_unnamed_addr #0 {
12
entry:
13
ret void
14
}