Description[wasm] Int64Lowering of I64Div and I64Rem.
On 32-bit systems these instructions are compiled to calls to
C functions. The TF node for the function call is already generated in
the wasm compiler, the lowering of the I64 parameters is done in the
Int64Lowering. We use the return value of the C function to determine
whether the calculation should trap or not.
R=titzer@chromium.org
Committed: https://crrev.com/29e0e8e9e3eb7713ab932b155893e78a00dec671
Cr-Commit-Position: refs/heads/master@{#34768}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Fixed nits. #Patch Set 3 : rebase #Patch Set 4 : Rebase. #Patch Set 5 : Removed wrong dependency #Patch Set 6 : Rebase #
Messages
Total messages: 11 (4 generated)
|