diff options
Diffstat (limited to 'test/emcc_O2_hello_world.fromasm.imprecise')
-rw-r--r-- | test/emcc_O2_hello_world.fromasm.imprecise | 40 |
1 files changed, 15 insertions, 25 deletions
diff --git a/test/emcc_O2_hello_world.fromasm.imprecise b/test/emcc_O2_hello_world.fromasm.imprecise index 6c19b4b2a..8ca7f7436 100644 --- a/test/emcc_O2_hello_world.fromasm.imprecise +++ b/test/emcc_O2_hello_world.fromasm.imprecise @@ -9587,11 +9587,9 @@ ) (loop $while-out$2 $while-in$3 (br_if $while-out$2 - (i32.eqz - (i32.ge_s - (get_local $i3) - (i32.const 4) - ) + (i32.lt_s + (get_local $i3) + (i32.const 4) ) ) (i32.store @@ -9624,11 +9622,9 @@ ) (loop $while-out$4 $while-in$5 (br_if $while-out$4 - (i32.eqz - (i32.gt_s - (get_local $i3) - (i32.const 0) - ) + (i32.le_s + (get_local $i3) + (i32.const 0) ) ) (i32.store8 @@ -9737,11 +9733,9 @@ ) (loop $while-out$0 $while-in$1 (br_if $while-out$0 - (i32.eqz - (i32.lt_s - (get_local $i1) - (get_local $i5) - ) + (i32.ge_s + (get_local $i1) + (get_local $i5) ) ) (i32.store8 @@ -9760,11 +9754,9 @@ ) (loop $while-out$2 $while-in$3 (br_if $while-out$2 - (i32.eqz - (i32.lt_s - (get_local $i1) - (get_local $i7) - ) + (i32.ge_s + (get_local $i1) + (get_local $i7) ) ) (i32.store @@ -9783,11 +9775,9 @@ ) (loop $while-out$4 $while-in$5 (br_if $while-out$4 - (i32.eqz - (i32.lt_s - (get_local $i1) - (get_local $i4) - ) + (i32.ge_s + (get_local $i1) + (get_local $i4) ) ) (i32.store8 |