Description[turbofan] Do not reduce Return nodes with multiple value inputs.
The existing implementation assumes that return nodes have exactly one
real value input. This assumption does not hold for WebAssembly. To
avoid incorrect behavior, this CL turns of the reduction of returns
with a value input count != 1.
R=titzer@chromium.org, mstarzinger@chromium.org
Review-Url: https://codereview.chromium.org/2638053002
Cr-Commit-Position: refs/heads/master@{#42425}
Committed: https://chromium.googlesource.com/v8/v8/+/cfa6ce3232bb402ab9ecd9c201ab840560cbefcf
Patch Set 1 #
Total comments: 3
Patch Set 2 : Add a comment and a TODO #Patch Set 3 : Add a comment #
Messages
Total messages: 16 (9 generated)
|