FIR CFG: remove ordering from control flow through in-place lambdas
Old graph:
arg -> lambda enter -> ... -> lambda exit -> lambda enter -> ... ->
-> lambda exit -> call
New graph:
arg -+-> lambda enter -> ... -> lambda exit -+-> call
\-> lambda enter -> ... -> lambda exit -/
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ digraph returns_kt {
|
||||
172 -> {173};
|
||||
173 -> {174};
|
||||
174 -> {175};
|
||||
175 -> {176 180};
|
||||
175 -> {176 180 177};
|
||||
175 -> {180} [style=dashed];
|
||||
176 -> {177};
|
||||
177 -> {178};
|
||||
|
||||
Reference in New Issue
Block a user