Commit b82a911
[wasm][revec] Fix control level calculation of LoopExit node
LoopExit node is directly connected to the Loop node. In a BFS search
this can make the control levels of the nodes after the loop smaller
than the control levels of nodes inside loop body. This CL fixes it
by ignoring this kind of edge.
Bug: v8:12716
Change-Id: I7920f52d409a017e3726349098c36b3be4f4361c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4837464
Reviewed-by: Tobias Tebbi <[email protected]>
Commit-Queue: Hao A Xu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#89779}1 parent d15ef84 commit b82a911
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments