mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +00:00
Update Binaryen to latest nightly
This commit is contained in:
@ -1557,7 +1557,6 @@
|
||||
i32.const 0
|
||||
)
|
||||
(func $~lib/set/Set<i16>#has (; 19 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
||||
(local $2 i32)
|
||||
local.get $0
|
||||
local.get $1
|
||||
local.get $1
|
||||
@ -1565,14 +1564,14 @@
|
||||
i32.shl
|
||||
i32.const 16
|
||||
i32.shr_s
|
||||
local.tee $2
|
||||
local.tee $0
|
||||
i32.const 255
|
||||
i32.and
|
||||
i32.const -2128831035
|
||||
i32.xor
|
||||
i32.const 16777619
|
||||
i32.mul
|
||||
local.get $2
|
||||
local.get $0
|
||||
i32.const 8
|
||||
i32.shr_u
|
||||
i32.xor
|
||||
@ -2122,20 +2121,19 @@
|
||||
end
|
||||
)
|
||||
(func $~lib/set/Set<u16>#has (; 24 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
||||
(local $2 i32)
|
||||
local.get $0
|
||||
local.get $1
|
||||
local.get $1
|
||||
i32.const 65535
|
||||
i32.and
|
||||
local.tee $2
|
||||
local.tee $0
|
||||
i32.const 255
|
||||
i32.and
|
||||
i32.const -2128831035
|
||||
i32.xor
|
||||
i32.const 16777619
|
||||
i32.mul
|
||||
local.get $2
|
||||
local.get $0
|
||||
i32.const 8
|
||||
i32.shr_u
|
||||
i32.xor
|
||||
|
Reference in New Issue
Block a user