diff options
Diffstat (limited to 'test/emcc_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_hello_world.fromasm.imprecise | 56 |
1 files changed, 20 insertions, 36 deletions
diff --git a/test/emcc_hello_world.fromasm.imprecise b/test/emcc_hello_world.fromasm.imprecise index d5dd39c95..0d1653a62 100644 --- a/test/emcc_hello_world.fromasm.imprecise +++ b/test/emcc_hello_world.fromasm.imprecise @@ -3318,21 +3318,17 @@ ) (i32.const 10) ) - (drop - (i32.load offset=4 - (tee_local $1 + (set_local $1 + (i32.add + (get_local $3) + (i32.shl (i32.add - (get_local $3) - (i32.shl - (i32.add - (i32.load8_s - (get_local $6) - ) - (i32.const -48) - ) - (i32.const 3) + (i32.load8_s + (get_local $6) ) + (i32.const -48) ) + (i32.const 3) ) ) ) @@ -3695,21 +3691,17 @@ ) (i32.const 10) ) - (drop - (i32.load offset=4 - (tee_local $1 + (set_local $1 + (i32.add + (get_local $3) + (i32.shl (i32.add - (get_local $3) - (i32.shl - (i32.add - (i32.load8_s - (get_local $6) - ) - (i32.const -48) - ) - (i32.const 3) + (i32.load8_s + (get_local $6) ) + (i32.const -48) ) + (i32.const 3) ) ) ) @@ -4532,12 +4524,8 @@ ) (br $switch$24) ) - (drop - (i32.load offset=4 - (tee_local $1 - (get_local $18) - ) - ) + (set_local $1 + (get_local $18) ) (i32.store8 (get_local $71) @@ -4599,12 +4587,8 @@ ) (br $switch$24) ) - (drop - (i32.load offset=4 - (tee_local $1 - (get_local $18) - ) - ) + (set_local $1 + (get_local $18) ) (i32.store (get_local $72) |