Description[wasm] New attempt to implement the Int64Lowering of phis.
The new implementation deals with cycles in the TF graph in two steps:
1) The lowering of phis is delayed to avoid cyclic dependencies.
2) The replacement nodes of phis are created already when the phi is
pushed onto the stack so that other nodes can use these replacements
for their lowering.
R=titzer@chromium.org
Committed: https://crrev.com/682df6dd331a434f6064867de6ef0043c9dbcda4
Cr-Commit-Position: refs/heads/master@{#35126}
Patch Set 1 #Patch Set 2 : Fixed out-of-bounds memory access. #
Messages
Total messages: 7 (2 generated)
|