Description[wasm] I added I64Eq to the Int64Lowering.
(a EQ b) is lowered to ((low(a) XOR low(b)) OR (high(a) XOR high(b))) EQ 0
R=titzer@chromium.org
Committed: https://crrev.com/18d9da0dcfb2a93259c3dacfce2c409956027cf1
Cr-Commit-Position: refs/heads/master@{#34249}
Patch Set 1 #
Total comments: 1
Patch Set 2 : add a todo. #Patch Set 3 : rebase #
Messages
Total messages: 8 (3 generated)
|