Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/parallelize-parse
/
.
/
test
/
passes
/
simplify-locals.txt
blob: d5aa1ac4090a60c59b3e2ebb5aa3eb86a02f1f6c [
file
] [
log
] [
blame
] [
edit
]
(module
(type $0 (func (result i32)))
(func $sink-from-inside (result i32)
(local $0 i32)
(local $1 i32)
(local $2 i32)
(nop)
(i32.and
(select
(i32.const 0)
(i32.const 1)
(i32.const 1)
)
(block (result i32)
(nop)
(nop)
(nop)
(i32.const 1)
)
)
)
)