mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 08:21:44 +00:00
Update Binaryen and take care of WebAssembly/binaryen#1547
This commit is contained in:
@ -1809,7 +1809,7 @@
|
||||
(get_local $6)
|
||||
)
|
||||
)
|
||||
(set_local $4
|
||||
(set_local $5
|
||||
(i32.wrap/i64
|
||||
(i64.shr_u
|
||||
(tee_local $6
|
||||
@ -1837,10 +1837,10 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(set_local $4
|
||||
(i32.or
|
||||
(i32.shr_u
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
(i32.const 31)
|
||||
)
|
||||
(i32.and
|
||||
@ -1861,9 +1861,9 @@
|
||||
(if
|
||||
(i32.eqz
|
||||
(i32.or
|
||||
(tee_local $4
|
||||
(tee_local $5
|
||||
(i32.and
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
(i32.const 2147483647)
|
||||
)
|
||||
)
|
||||
@ -1880,11 +1880,11 @@
|
||||
(i32.or
|
||||
(i32.eqz
|
||||
(tee_local $2
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
(i32.eq
|
||||
(get_local $2)
|
||||
(get_local $4)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
@ -1933,7 +1933,7 @@
|
||||
)
|
||||
(if
|
||||
(i32.eq
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
(i32.const 2146435072)
|
||||
)
|
||||
(block $break|1
|
||||
@ -1943,7 +1943,7 @@
|
||||
(block $case0|1
|
||||
(block $tablify|0
|
||||
(br_table $case0|1 $case1|1 $case2|1 $case3|1 $tablify|0
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
(br $break|1)
|
||||
@ -1971,7 +1971,7 @@
|
||||
(block $case0|2
|
||||
(block $tablify|00
|
||||
(br_table $case0|2 $case1|2 $case2|2 $case3|2 $tablify|00
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
(br $break|2)
|
||||
@ -2002,12 +2002,12 @@
|
||||
(get_local $3)
|
||||
(i32.const 67108864)
|
||||
)
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
)
|
||||
)
|
||||
(get_local $2)
|
||||
(i32.eq
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
(i32.const 2146435072)
|
||||
)
|
||||
)
|
||||
@ -2017,13 +2017,13 @@
|
||||
(if (result i32)
|
||||
(tee_local $2
|
||||
(i32.and
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
(i32.const 2)
|
||||
)
|
||||
)
|
||||
(i32.lt_u
|
||||
(i32.add
|
||||
(get_local $4)
|
||||
(get_local $5)
|
||||
(i32.const 67108864)
|
||||
)
|
||||
(get_local $3)
|
||||
@ -2048,7 +2048,7 @@
|
||||
(block $case0|3
|
||||
(block $tablify|01
|
||||
(br_table $case0|3 $case1|3 $case2|3 $case3|3 $tablify|01
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
(br $break|3)
|
||||
@ -2089,7 +2089,7 @@
|
||||
(f64.const -1.5707963267948966)
|
||||
(f64.const 1.5707963267948966)
|
||||
(i32.and
|
||||
(get_local $5)
|
||||
(get_local $4)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user