Description[wasm] Add loop assignment analysis.
This CL implements loop assignment analysis, a pass over a loop's body
to record local variables that are assigned. This pre-pass is similar
to that done on the JavaScript AST for the same reason: avoid introducing
too many phis at loop headers when building a graph.
R=bradnelson@chromium.org,ahaas@chromium.org
BUG=
Committed: https://crrev.com/0ab1e56203e54dad6df332beea29e5621c13d254
Cr-Commit-Position: refs/heads/master@{#33486}
Patch Set 1 #Patch Set 2 : #
Total comments: 7
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Messages
Total messages: 10 (3 generated)
|