diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index 62eb5d4a9..6c19b4b2a 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -9543,13 +9543,13 @@ ) (block (loop $while-out$0 $while-in$1 - (if - (i32.and - (get_local $i1) - (i32.const 3) + (br_if $while-out$0 + (i32.eqz + (i32.and + (get_local $i1) + (i32.const 3) + ) ) - (nop) - (br $while-out$0) ) (if (i32.eqz @@ -9586,13 +9586,13 @@ (br $while-in$1) ) (loop $while-out$2 $while-in$3 - (if - (i32.ge_s - (get_local $i3) - (i32.const 4) + (br_if $while-out$2 + (i32.eqz + (i32.ge_s + (get_local $i3) + (i32.const 4) + ) ) - (nop) - (br $while-out$2) ) (i32.store (get_local $i1) @@ -9623,13 +9623,13 @@ ) ) (loop $while-out$4 $while-in$5 - (if - (i32.gt_s - (get_local $i3) - (i32.const 0) + (br_if $while-out$4 + (i32.eqz + (i32.gt_s + (get_local $i3) + (i32.const 0) + ) ) - (nop) - (br $while-out$4) ) (i32.store8 (get_local $i1) @@ -9736,13 +9736,13 @@ ) ) (loop $while-out$0 $while-in$1 - (if - (i32.lt_s - (get_local $i1) - (get_local $i5) + (br_if $while-out$0 + (i32.eqz + (i32.lt_s + (get_local $i1) + (get_local $i5) + ) ) - (nop) - (br $while-out$0) ) (i32.store8 (get_local $i1) @@ -9759,13 +9759,13 @@ ) ) (loop $while-out$2 $while-in$3 - (if - (i32.lt_s - (get_local $i1) - (get_local $i7) + (br_if $while-out$2 + (i32.eqz + (i32.lt_s + (get_local $i1) + (get_local $i7) + ) ) - (nop) - (br $while-out$2) ) (i32.store (get_local $i1) @@ -9782,13 +9782,13 @@ ) ) (loop $while-out$4 $while-in$5 - (if - (i32.lt_s - (get_local $i1) - (get_local $i4) + (br_if $while-out$4 + (i32.eqz + (i32.lt_s + (get_local $i1) + (get_local $i4) + ) ) - (nop) - (br $while-out$4) ) (i32.store8 (get_local $i1) |