diff options
Diffstat (limited to 'test/memorygrowth.fromasm')
-rw-r--r-- | test/memorygrowth.fromasm | 60 |
1 files changed, 24 insertions, 36 deletions
diff --git a/test/memorygrowth.fromasm b/test/memorygrowth.fromasm index 34a7d1898..d0d1f9214 100644 --- a/test/memorygrowth.fromasm +++ b/test/memorygrowth.fromasm @@ -3810,7 +3810,6 @@ (get_local $10) (tee_local $21 (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -3823,11 +3822,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $1) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $1) + (i32.const 7) ) ) ) @@ -3984,7 +3982,6 @@ (i32.add (get_local $28) (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -3997,11 +3994,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $1) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $1) + (i32.const 7) ) ) ) @@ -4010,7 +4006,6 @@ (i32.add (get_local $15) (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -4023,11 +4018,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $1) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $1) + (i32.const 7) ) ) ) @@ -5201,7 +5195,6 @@ (i32.add (get_local $21) (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -5209,11 +5202,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $24) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $24) + (i32.const 7) ) ) ) @@ -5239,7 +5231,6 @@ (get_local $28) (tee_local $15 (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -5252,11 +5243,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $4) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $4) + (i32.const 7) ) ) ) @@ -5930,7 +5920,6 @@ (get_local $28) (tee_local $15 (select - (i32.const 0) (i32.and (i32.sub (i32.const 0) @@ -5943,11 +5932,10 @@ ) (i32.const 7) ) - (i32.eqz - (i32.and - (get_local $4) - (i32.const 7) - ) + (i32.const 0) + (i32.and + (get_local $4) + (i32.const 7) ) ) ) |