FIR CFG: merge data flow if called-in-place lambda may not be called
This commit is contained in:
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user