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
/
tag-section2.ll
blob
4206a74af053a085fde6d32c6ec47c67be572ee7
1
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
2
target triple = "wasm32-unknown-emscripten"
3
4
declare void @llvm.wasm.throw(i32, ptr)
5
6
define void @bar(ptr %p) {
7
call void @llvm.wasm.throw(i32 0, ptr %p)
8
ret void
9
}