summaryrefslogtreecommitdiff
path: root/test/passes/print-call-graph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/print-call-graph.txt')
-rw-r--r--test/passes/print-call-graph.txt708
1 files changed, 354 insertions, 354 deletions
diff --git a/test/passes/print-call-graph.txt b/test/passes/print-call-graph.txt
index 73f8ed834..f02d08efa 100644
--- a/test/passes/print-call-graph.txt
+++ b/test/passes/print-call-graph.txt
@@ -121,8 +121,8 @@ digraph call {
(type $6 (func (result i32)))
(type $7 (func (param i32 i32 i32 i32) (result i32)))
(import "env" "memory" (memory $0 256 256))
- (data (get_global $memoryBase) "\05\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\b0\04\00\00\00\04\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\n\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\04")
- (import "env" "table" (table $0 9 9 anyfunc))
+ (data (global.get $memoryBase) "\05\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\b0\04\00\00\00\04\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\n\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\04")
+ (import "env" "table" (table $0 9 9 funcref))
(elem (i32.const 0) $b0 $___stdio_close $b1 $___stdout_write $___stdio_seek $___stdio_write $b2 $_cleanup_387 $b3)
(import "env" "STACKTOP" (global $STACKTOP$asm2wasm$import i32))
(import "env" "STACK_MAX" (global $STACK_MAX$asm2wasm$import i32))
@@ -143,17 +143,17 @@ digraph call {
(import "env" "___syscall54" (func $___syscall54 (param i32 i32) (result i32)))
(import "env" "___unlock" (func $___unlock (param i32)))
(import "env" "___syscall146" (func $___syscall146 (param i32 i32) (result i32)))
- (global $STACKTOP (mut i32) (get_global $STACKTOP$asm2wasm$import))
- (global $STACK_MAX (mut i32) (get_global $STACK_MAX$asm2wasm$import))
- (global $DYNAMICTOP_PTR (mut i32) (get_global $DYNAMICTOP_PTR$asm2wasm$import))
- (global $tempDoublePtr (mut i32) (get_global $tempDoublePtr$asm2wasm$import))
- (global $ABORT (mut i32) (get_global $ABORT$asm2wasm$import))
+ (global $STACKTOP (mut i32) (global.get $STACKTOP$asm2wasm$import))
+ (global $STACK_MAX (mut i32) (global.get $STACK_MAX$asm2wasm$import))
+ (global $DYNAMICTOP_PTR (mut i32) (global.get $DYNAMICTOP_PTR$asm2wasm$import))
+ (global $tempDoublePtr (mut i32) (global.get $tempDoublePtr$asm2wasm$import))
+ (global $ABORT (mut i32) (global.get $ABORT$asm2wasm$import))
(global $__THREW__ (mut i32) (i32.const 0))
(global $threwValue (mut i32) (i32.const 0))
(global $setjmpId (mut i32) (i32.const 0))
(global $undef (mut i32) (i32.const 0))
- (global $nan (mut f64) (get_global $nan$asm2wasm$import))
- (global $inf (mut f64) (get_global $inf$asm2wasm$import))
+ (global $nan (mut f64) (global.get $nan$asm2wasm$import))
+ (global $inf (mut f64) (global.get $inf$asm2wasm$import))
(global $tempInt (mut i32) (i32.const 0))
(global $tempBigInt (mut i32) (i32.const 0))
(global $tempBigIntP (mut i32) (i32.const 0))
@@ -188,64 +188,64 @@ digraph call {
(export "dynCall_v" (func $dynCall_v))
(func $stackAlloc (; 10 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
- (set_local $1
- (get_global $STACKTOP)
+ (local.set $1
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
- (get_local $0)
+ (global.get $STACKTOP)
+ (local.get $0)
)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.and
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 15)
)
(i32.const -16)
)
)
- (get_local $1)
+ (local.get $1)
)
(func $stackSave (; 11 ;) (type $6) (result i32)
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
)
(func $stackRestore (; 12 ;) (type $FUNCSIG$vi) (param $0 i32)
- (set_global $STACKTOP
- (get_local $0)
+ (global.set $STACKTOP
+ (local.get $0)
)
)
(func $establishStackSpace (; 13 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
- (set_global $STACKTOP
- (get_local $0)
+ (global.set $STACKTOP
+ (local.get $0)
)
- (set_global $STACK_MAX
- (get_local $1)
+ (global.set $STACK_MAX
+ (local.get $1)
)
)
(func $setThrew (; 14 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
(if
(i32.eqz
- (get_global $__THREW__)
+ (global.get $__THREW__)
)
(block $block
- (set_global $__THREW__
- (get_local $0)
+ (global.set $__THREW__
+ (local.get $0)
)
- (set_global $threwValue
- (get_local $1)
+ (global.set $threwValue
+ (local.get $1)
)
)
)
)
(func $setTempRet0 (; 15 ;) (type $FUNCSIG$vi) (param $0 i32)
- (set_global $tempRet0
- (get_local $0)
+ (global.set $tempRet0
+ (local.get $0)
)
)
(func $getTempRet0 (; 16 ;) (type $6) (result i32)
- (get_global $tempRet0)
+ (global.get $tempRet0)
)
(func $_malloc (; 17 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(i32.const 0)
@@ -256,47 +256,47 @@ digraph call {
(func $_main (; 19 ;) (type $6) (result i32)
(local $0 i32)
(i64.store align=4
- (tee_local $0
+ (local.tee $0
(call $__Znwj
(i32.const 8)
)
)
(i64.const 0)
)
- (get_local $0)
+ (local.get $0)
)
(func $___stdio_close (; 20 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
- (set_local $1
- (get_global $STACKTOP)
+ (local.set $1
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 16)
)
)
(i32.store
- (tee_local $2
- (get_local $1)
+ (local.tee $2
+ (local.get $1)
)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
- (set_local $0
+ (local.set $0
(call $___syscall_ret
(call $___syscall6
(i32.const 6)
- (get_local $2)
+ (local.get $2)
)
)
)
- (set_global $STACKTOP
- (get_local $1)
+ (global.set $STACKTOP
+ (local.get $1)
)
- (get_local $0)
+ (local.get $0)
)
(func $___stdio_write (; 21 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
@@ -311,36 +311,36 @@ digraph call {
(local $12 i32)
(local $13 i32)
(local $14 i32)
- (set_local $7
- (get_global $STACKTOP)
+ (local.set $7
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 48)
)
)
- (set_local $8
+ (local.set $8
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 16)
)
)
- (set_local $9
- (get_local $7)
+ (local.set $9
+ (local.get $7)
)
(i32.store
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $7)
+ (local.get $7)
(i32.const 32)
)
)
- (tee_local $5
+ (local.tee $5
(i32.load
- (tee_local $6
+ (local.tee $6
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 28)
)
)
@@ -348,62 +348,62 @@ digraph call {
)
)
(i32.store offset=4
- (get_local $3)
- (tee_local $4
+ (local.get $3)
+ (local.tee $4
(i32.sub
(i32.load
- (tee_local $10
+ (local.tee $10
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 20)
)
)
)
- (get_local $5)
+ (local.get $5)
)
)
)
(i32.store offset=8
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
- (set_local $13
+ (local.set $13
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 60)
)
)
- (set_local $14
+ (local.set $14
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 44)
)
)
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
- (set_local $5
+ (local.set $5
(i32.const 2)
)
- (set_local $11
+ (local.set $11
(i32.add
- (get_local $4)
- (get_local $2)
+ (local.get $4)
+ (local.get $2)
)
)
- (set_local $0
+ (local.set $0
(block $jumpthreading$outer$1 (result i32)
(block $jumpthreading$inner$1
(block $jumpthreading$inner$0
(loop $while-in
(br_if $jumpthreading$inner$0
(i32.eq
- (get_local $11)
- (tee_local $4
+ (local.get $11)
+ (local.tee $4
(if (result i32)
(i32.load
(i32.const 1140)
@@ -411,54 +411,54 @@ digraph call {
(block $block (result i32)
(call $_pthread_cleanup_push
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
(i32.store
- (get_local $9)
+ (local.get $9)
(i32.load
- (get_local $13)
+ (local.get $13)
)
)
(i32.store offset=4
- (get_local $9)
- (get_local $1)
+ (local.get $9)
+ (local.get $1)
)
(i32.store offset=8
- (get_local $9)
- (get_local $5)
+ (local.get $9)
+ (local.get $5)
)
- (set_local $3
+ (local.set $3
(call $___syscall_ret
(call $___syscall146
(i32.const 146)
- (get_local $9)
+ (local.get $9)
)
)
)
(call $_pthread_cleanup_pop
(i32.const 0)
)
- (get_local $3)
+ (local.get $3)
)
(block $block0 (result i32)
(i32.store
- (get_local $8)
+ (local.get $8)
(i32.load
- (get_local $13)
+ (local.get $13)
)
)
(i32.store offset=4
- (get_local $8)
- (get_local $1)
+ (local.get $8)
+ (local.get $1)
)
(i32.store offset=8
- (get_local $8)
- (get_local $5)
+ (local.get $8)
+ (local.get $5)
)
(call $___syscall_ret
(call $___syscall146
(i32.const 146)
- (get_local $8)
+ (local.get $8)
)
)
)
@@ -468,159 +468,159 @@ digraph call {
)
(br_if $jumpthreading$inner$1
(i32.lt_s
- (get_local $4)
+ (local.get $4)
(i32.const 0)
)
)
- (set_local $11
+ (local.set $11
(i32.sub
- (get_local $11)
- (get_local $4)
+ (local.get $11)
+ (local.get $4)
)
)
- (set_local $1
+ (local.set $1
(if (result i32)
(i32.gt_u
- (get_local $4)
- (tee_local $12
+ (local.get $4)
+ (local.tee $12
(i32.load offset=4
- (get_local $1)
+ (local.get $1)
)
)
)
(block $block2 (result i32)
(i32.store
- (get_local $6)
- (tee_local $3
+ (local.get $6)
+ (local.tee $3
(i32.load
- (get_local $14)
+ (local.get $14)
)
)
)
(i32.store
- (get_local $10)
- (get_local $3)
+ (local.get $10)
+ (local.get $3)
)
- (set_local $4
+ (local.set $4
(i32.sub
- (get_local $4)
- (get_local $12)
+ (local.get $4)
+ (local.get $12)
)
)
- (set_local $3
+ (local.set $3
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $5)
+ (local.get $5)
(i32.const -1)
)
)
(i32.load offset=12
- (get_local $1)
+ (local.get $1)
)
)
(if (result i32)
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.const 2)
)
(block $block4 (result i32)
(i32.store
- (get_local $6)
+ (local.get $6)
(i32.add
(i32.load
- (get_local $6)
+ (local.get $6)
)
- (get_local $4)
+ (local.get $4)
)
)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
- (set_local $5
+ (local.set $5
(i32.const 2)
)
- (get_local $12)
+ (local.get $12)
)
(block $block5 (result i32)
- (set_local $3
- (get_local $1)
+ (local.set $3
+ (local.get $1)
)
- (get_local $12)
+ (local.get $12)
)
)
)
)
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.add
(i32.load
- (get_local $3)
+ (local.get $3)
)
- (get_local $4)
+ (local.get $4)
)
)
(i32.store offset=4
- (get_local $3)
+ (local.get $3)
(i32.sub
- (get_local $1)
- (get_local $4)
+ (local.get $1)
+ (local.get $4)
)
)
- (set_local $1
- (get_local $3)
+ (local.set $1
+ (local.get $3)
)
(br $while-in)
)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.add
- (tee_local $1
+ (local.tee $1
(i32.load
- (get_local $14)
+ (local.get $14)
)
)
(i32.load offset=48
- (get_local $0)
+ (local.get $0)
)
)
)
(i32.store
- (get_local $6)
- (tee_local $0
- (get_local $1)
+ (local.get $6)
+ (local.tee $0
+ (local.get $1)
)
)
(i32.store
- (get_local $10)
- (get_local $0)
+ (local.get $10)
+ (local.get $0)
)
(br $jumpthreading$outer$1
- (get_local $2)
+ (local.get $2)
)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store
- (get_local $6)
+ (local.get $6)
(i32.const 0)
)
(i32.store
- (get_local $10)
+ (local.get $10)
(i32.const 0)
)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.or
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 32)
)
@@ -628,96 +628,96 @@ digraph call {
(select
(i32.const 0)
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.load offset=4
- (get_local $1)
+ (local.get $1)
)
)
(i32.eq
- (get_local $5)
+ (local.get $5)
(i32.const 2)
)
)
)
)
- (set_global $STACKTOP
- (get_local $7)
+ (global.set $STACKTOP
+ (local.get $7)
)
- (get_local $0)
+ (local.get $0)
)
(func $___stdio_seek (; 22 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(local $4 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 32)
)
)
(i32.store
- (tee_local $3
- (get_local $4)
+ (local.tee $3
+ (local.get $4)
)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
(i32.store offset=4
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
(i32.store offset=8
- (get_local $3)
- (get_local $1)
+ (local.get $3)
+ (local.get $1)
)
(i32.store offset=12
- (get_local $3)
- (tee_local $0
+ (local.get $3)
+ (local.tee $0
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 20)
)
)
)
(i32.store offset=16
- (get_local $3)
- (get_local $2)
+ (local.get $3)
+ (local.get $2)
)
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.lt_s
(call $___syscall_ret
(call $___syscall140
(i32.const 140)
- (get_local $3)
+ (local.get $3)
)
)
(i32.const 0)
)
(block $block (result i32)
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
(i32.const -1)
)
(i32.load
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (get_local $0)
+ (local.get $0)
)
(func $___syscall_ret (; 23 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(if (result i32)
(i32.gt_u
- (get_local $0)
+ (local.get $0)
(i32.const -4096)
)
(block $block (result i32)
@@ -725,12 +725,12 @@ digraph call {
(call $___errno_location)
(i32.sub
(i32.const 0)
- (get_local $0)
+ (local.get $0)
)
)
(i32.const -1)
)
- (get_local $0)
+ (local.get $0)
)
)
(func $___errno_location (; 24 ;) (type $6) (result i32)
@@ -748,11 +748,11 @@ digraph call {
(if
(i32.eqz
(i32.load offset=68
- (get_local $0)
+ (local.get $0)
)
)
(call $_free
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -760,121 +760,121 @@ digraph call {
(local $3 i32)
(local $4 i32)
(local $5 i32)
- (set_local $4
- (get_global $STACKTOP)
+ (local.set $4
+ (global.get $STACKTOP)
)
- (set_global $STACKTOP
+ (global.set $STACKTOP
(i32.add
- (get_global $STACKTOP)
+ (global.get $STACKTOP)
(i32.const 80)
)
)
- (set_local $3
- (get_local $4)
+ (local.set $3
+ (local.get $4)
)
- (set_local $5
+ (local.set $5
(i32.add
- (get_local $4)
+ (local.get $4)
(i32.const 12)
)
)
(i32.store offset=36
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(if
(i32.eqz
(i32.and
(i32.load
- (get_local $0)
+ (local.get $0)
)
(i32.const 64)
)
)
(block $block
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.load offset=60
- (get_local $0)
+ (local.get $0)
)
)
(i32.store offset=4
- (get_local $3)
+ (local.get $3)
(i32.const 21505)
)
(i32.store offset=8
- (get_local $3)
- (get_local $5)
+ (local.get $3)
+ (local.get $5)
)
(if
(call $___syscall54
(i32.const 54)
- (get_local $3)
+ (local.get $3)
)
(i32.store8 offset=75
- (get_local $0)
+ (local.get $0)
(i32.const -1)
)
)
)
)
- (set_local $0
+ (local.set $0
(call $___stdio_write
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
)
)
- (set_global $STACKTOP
- (get_local $4)
+ (global.set $STACKTOP
+ (local.get $4)
)
- (get_local $0)
+ (local.get $0)
)
(func $_fflush (; 27 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
(local $2 i32)
(block $do-once (result i32)
(if (result i32)
- (get_local $0)
+ (local.get $0)
(block $block (result i32)
(if
(i32.le_s
(i32.load offset=76
- (get_local $0)
+ (local.get $0)
)
(i32.const -1)
)
(br $do-once
(call $___fflush_unlocked
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_local $2
+ (local.set $2
(i32.eqz
(call $_malloc
- (get_local $0)
+ (local.get $0)
)
)
)
- (set_local $1
+ (local.set $1
(call $___fflush_unlocked
- (get_local $0)
+ (local.get $0)
)
)
(if (result i32)
- (get_local $2)
- (get_local $1)
+ (local.get $2)
+ (local.get $1)
(block $block9 (result i32)
(call $_free
- (get_local $0)
+ (local.get $0)
)
- (get_local $1)
+ (local.get $1)
)
)
)
(block $block10 (result i32)
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.load
(i32.const 1136)
@@ -891,55 +891,55 @@ digraph call {
(i32.const 1168)
)
(if
- (tee_local $1
+ (local.tee $1
(i32.load
(i32.const 1164)
)
)
(loop $while-in
- (set_local $2
+ (local.set $2
(if (result i32)
(i32.gt_s
(i32.load offset=76
- (get_local $1)
+ (local.get $1)
)
(i32.const -1)
)
(call $_malloc
- (get_local $1)
+ (local.get $1)
)
(i32.const 0)
)
)
- (set_local $0
+ (local.set $0
(if (result i32)
(i32.gt_u
(i32.load offset=20
- (get_local $1)
+ (local.get $1)
)
(i32.load offset=28
- (get_local $1)
+ (local.get $1)
)
)
(i32.or
(call $___fflush_unlocked
- (get_local $1)
+ (local.get $1)
)
- (get_local $0)
+ (local.get $0)
)
- (get_local $0)
+ (local.get $0)
)
)
(if
- (get_local $2)
+ (local.get $2)
(call $_free
- (get_local $1)
+ (local.get $1)
)
)
(br_if $while-in
- (tee_local $1
+ (local.tee $1
(i32.load offset=56
- (get_local $1)
+ (local.get $1)
)
)
)
@@ -948,7 +948,7 @@ digraph call {
(call $___unlock
(i32.const 1168)
)
- (get_local $0)
+ (local.get $0)
)
)
)
@@ -965,17 +965,17 @@ digraph call {
(br_if $jumpthreading$inner$0
(i32.le_u
(i32.load
- (tee_local $1
+ (local.tee $1
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 20)
)
)
)
(i32.load
- (tee_local $2
+ (local.tee $2
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 28)
)
)
@@ -984,13 +984,13 @@ digraph call {
)
(drop
(call_indirect (type $FUNCSIG$iiii)
- (get_local $0)
+ (local.get $0)
(i32.const 0)
(i32.const 0)
(i32.add
(i32.and
(i32.load offset=36
- (get_local $0)
+ (local.get $0)
)
(i32.const 3)
)
@@ -1000,7 +1000,7 @@ digraph call {
)
(br_if $jumpthreading$inner$0
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
(br $jumpthreading$outer$0
@@ -1009,21 +1009,21 @@ digraph call {
)
(if
(i32.lt_u
- (tee_local $4
+ (local.tee $4
(i32.load
- (tee_local $3
+ (local.tee $3
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
)
)
- (tee_local $6
+ (local.tee $6
(i32.load
- (tee_local $5
+ (local.tee $5
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 8)
)
)
@@ -1032,16 +1032,16 @@ digraph call {
)
(drop
(call_indirect (type $FUNCSIG$iiii)
- (get_local $0)
+ (local.get $0)
(i32.sub
- (get_local $4)
- (get_local $6)
+ (local.get $4)
+ (local.get $6)
)
(i32.const 1)
(i32.add
(i32.and
(i32.load offset=40
- (get_local $0)
+ (local.get $0)
)
(i32.const 3)
)
@@ -1051,23 +1051,23 @@ digraph call {
)
)
(i32.store offset=16
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.store
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(i32.store
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
(i32.store
- (get_local $5)
+ (local.get $5)
(i32.const 0)
)
(i32.store
- (get_local $3)
+ (local.get $3)
(i32.const 0)
)
(i32.const 0)
@@ -1075,31 +1075,31 @@ digraph call {
)
(func $__Znwj (; 29 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
(local $1 i32)
- (set_local $1
+ (local.set $1
(select
- (get_local $0)
+ (local.get $0)
(i32.const 1)
- (get_local $0)
+ (local.get $0)
)
)
(loop $while-in
(block $while-out
(br_if $while-out
- (tee_local $0
+ (local.tee $0
(call $_malloc
- (get_local $1)
+ (local.get $1)
)
)
)
(if
- (tee_local $0
+ (local.tee $0
(call $__ZSt15get_new_handlerv)
)
(block $block
(call_indirect (type $FUNCSIG$v)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.const 8)
@@ -1107,20 +1107,20 @@ digraph call {
)
(br $while-in)
)
- (set_local $0
+ (local.set $0
(i32.const 0)
)
)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $__ZSt15get_new_handlerv (; 30 ;) (type $6) (result i32)
(local $0 i32)
(i32.store
(i32.const 1188)
(i32.add
- (tee_local $0
+ (local.tee $0
(i32.load
(i32.const 1188)
)
@@ -1128,7 +1128,7 @@ digraph call {
(i32.const 0)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $runPostSets (; 31 ;) (type $FUNCSIG$v)
(nop)
@@ -1138,81 +1138,81 @@ digraph call {
(local $4 i32)
(local $5 i32)
(local $6 i32)
- (set_local $4
+ (local.set $4
(i32.add
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 20)
)
(block $block
- (set_local $5
+ (local.set $5
(i32.or
(i32.or
(i32.or
- (tee_local $1
+ (local.tee $1
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 255)
)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 8)
)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 16)
)
)
(i32.shl
- (get_local $1)
+ (local.get $1)
(i32.const 24)
)
)
)
- (set_local $6
+ (local.set $6
(i32.and
- (get_local $4)
+ (local.get $4)
(i32.const -4)
)
)
(if
- (tee_local $3
+ (local.tee $3
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
(block $block17
- (set_local $3
+ (local.set $3
(i32.sub
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
- (get_local $3)
+ (local.get $3)
)
)
(loop $while-in
(if
(i32.lt_s
- (get_local $0)
- (get_local $3)
+ (local.get $0)
+ (local.get $3)
)
(block $block19
(i32.store8
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -1225,17 +1225,17 @@ digraph call {
(loop $while-in1
(if
(i32.lt_s
- (get_local $0)
- (get_local $6)
+ (local.get $0)
+ (local.get $6)
)
(block $block21
(i32.store
- (get_local $0)
- (get_local $5)
+ (local.get $0)
+ (local.get $5)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
@@ -1248,17 +1248,17 @@ digraph call {
(loop $while-in3
(if
(i32.lt_s
- (get_local $0)
- (get_local $4)
+ (local.get $0)
+ (local.get $4)
)
(block $block23
(i32.store8
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -1267,36 +1267,36 @@ digraph call {
)
)
(i32.sub
- (get_local $0)
- (get_local $2)
+ (local.get $0)
+ (local.get $2)
)
)
(func $_memcpy (; 33 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
(local $3 i32)
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 4096)
)
(return
(call $_emscripten_memcpy_big
- (get_local $0)
- (get_local $1)
- (get_local $2)
+ (local.get $0)
+ (local.get $1)
+ (local.get $2)
)
)
)
- (set_local $3
- (get_local $0)
+ (local.set $3
+ (local.get $0)
)
(if
(i32.eq
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.and
- (get_local $1)
+ (local.get $1)
(i32.const 3)
)
)
@@ -1306,40 +1306,40 @@ digraph call {
(br_if $while-out
(i32.eqz
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
)
)
(if
(i32.eqz
- (get_local $2)
+ (local.get $2)
)
(return
- (get_local $3)
+ (local.get $3)
)
)
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.load8_s
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -1349,31 +1349,31 @@ digraph call {
(loop $while-in1
(if
(i32.ge_s
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
(block $block27
(i32.store
- (get_local $0)
+ (local.get $0)
(i32.load
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 4)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 4)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 4)
)
)
@@ -1386,31 +1386,31 @@ digraph call {
(loop $while-in3
(if
(i32.gt_s
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(block $block29
(i32.store8
- (get_local $0)
+ (local.get $0)
(i32.load8_s
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $0
+ (local.set $0
(i32.add
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
- (set_local $1
+ (local.set $1
(i32.add
- (get_local $1)
+ (local.get $1)
(i32.const 1)
)
)
- (set_local $2
+ (local.set $2
(i32.sub
- (get_local $2)
+ (local.get $2)
(i32.const 1)
)
)
@@ -1418,17 +1418,17 @@ digraph call {
)
)
)
- (get_local $3)
+ (local.get $3)
)
(func $_pthread_self (; 34 ;) (type $6) (result i32)
(i32.const 0)
)
(func $dynCall_ii (; 35 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
(call_indirect (type $FUNCSIG$ii)
- (get_local $1)
+ (local.get $1)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
(i32.const 0)
@@ -1437,12 +1437,12 @@ digraph call {
)
(func $dynCall_iiii (; 36 ;) (type $7) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32)
(call_indirect (type $FUNCSIG$iiii)
- (get_local $1)
- (get_local $2)
- (get_local $3)
+ (local.get $1)
+ (local.get $2)
+ (local.get $3)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 3)
)
(i32.const 2)
@@ -1451,10 +1451,10 @@ digraph call {
)
(func $dynCall_vi (; 37 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
(call_indirect (type $FUNCSIG$vi)
- (get_local $1)
+ (local.get $1)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
(i32.const 6)
@@ -1465,7 +1465,7 @@ digraph call {
(call_indirect (type $FUNCSIG$v)
(i32.add
(i32.and
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.const 8)