diff options
Diffstat (limited to 'test/memorygrowth.fromasm.no-opts')
-rw-r--r-- | test/memorygrowth.fromasm.no-opts | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/test/memorygrowth.fromasm.no-opts b/test/memorygrowth.fromasm.no-opts index 0f4b278c2..166cd316c 100644 --- a/test/memorygrowth.fromasm.no-opts +++ b/test/memorygrowth.fromasm.no-opts @@ -9786,6 +9786,9 @@ (block (set_local $h (call_indirect $FUNCSIG$iiii + (get_local $c) + (get_local $a) + (get_local $b) (i32.add (i32.and (i32.load @@ -9798,9 +9801,6 @@ ) (i32.const 2) ) - (get_local $c) - (get_local $a) - (get_local $b) ) ) (br $label$break$a) @@ -9873,6 +9873,9 @@ (if (i32.lt_u (call_indirect $FUNCSIG$iiii + (get_local $c) + (get_local $a) + (get_local $q) (i32.add (i32.and (i32.load @@ -9885,9 +9888,6 @@ ) (i32.const 2) ) - (get_local $c) - (get_local $a) - (get_local $q) ) (get_local $q) ) @@ -10494,6 +10494,9 @@ (if (i32.eq (call_indirect $FUNCSIG$iiii + (get_local $a) + (get_local $d) + (i32.const 1) (i32.add (i32.and (i32.load @@ -10506,9 +10509,6 @@ ) (i32.const 2) ) - (get_local $a) - (get_local $d) - (i32.const 1) ) (i32.const 1) ) @@ -10564,6 +10564,9 @@ (block (drop (call_indirect $FUNCSIG$iiii + (get_local $a) + (i32.const 0) + (i32.const 0) (i32.add (i32.and (i32.load @@ -10576,9 +10579,6 @@ ) (i32.const 2) ) - (get_local $a) - (i32.const 0) - (i32.const 0) ) ) (if @@ -10633,6 +10633,12 @@ (get_local $h) ) (call_indirect $FUNCSIG$iiii + (get_local $a) + (i32.sub + (get_local $f) + (get_local $h) + ) + (i32.const 1) (i32.add (i32.and (i32.load @@ -10645,12 +10651,6 @@ ) (i32.const 2) ) - (get_local $a) - (i32.sub - (get_local $f) - (get_local $h) - ) - (i32.const 1) ) ) (i32.store @@ -11773,6 +11773,9 @@ (func $lb (param $a i32) (param $b i32) (param $c i32) (param $d i32) (result i32) (return (call_indirect $FUNCSIG$iiii + (get_local $b) + (get_local $c) + (get_local $d) (i32.add (i32.and (get_local $a) @@ -11780,9 +11783,6 @@ ) (i32.const 2) ) - (get_local $b) - (get_local $c) - (get_local $d) ) ) ) @@ -11863,6 +11863,7 @@ (func $kb (param $a i32) (param $b i32) (result i32) (return (call_indirect $FUNCSIG$ii + (get_local $b) (i32.add (i32.and (get_local $a) @@ -11870,7 +11871,6 @@ ) (i32.const 0) ) - (get_local $b) ) ) ) @@ -11892,6 +11892,7 @@ ) (func $mb (param $a i32) (param $b i32) (call_indirect $FUNCSIG$vi + (get_local $b) (i32.add (i32.and (get_local $a) @@ -11899,7 +11900,6 @@ ) (i32.const 6) ) - (get_local $b) ) ) (func $Ha (param $a i32) (param $b i32) |