FIR CFG: merge data flow if called-in-place lambda may not be called

This commit is contained in:
pyos
2022-06-30 11:26:32 +02:00
committed by Dmitriy Novozhilov
parent 06c7572ee5
commit 5a2ec4a0d5
23 changed files with 594 additions and 129 deletions
@@ -47,8 +47,7 @@ digraph postponedLambdas_kt {
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {13};
8 -> {9} [color=red];
8 -> {9 13};
8 -> {13} [style=dashed];
9 -> {10};
10 -> {11};
@@ -57,7 +56,7 @@ digraph postponedLambdas_kt {
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {9} [color=green];
17 -> {9};
17 -> {13} [color=green style=dashed];
}