[FIR] Union CFG edges from postponed lambdas only if outer call was analyzed independently

Before this change nodes unification was called if outer call was
  completed in the FULL mode, but it may happen even if this call is
  actually a part of some other outer call
This commit is contained in:
Dmitriy Novozhilov
2023-06-28 15:19:32 +03:00
committed by Space Team
parent cf949e8760
commit fc57f48c8f
12 changed files with 674 additions and 690 deletions
+2 -1
View File
@@ -706,8 +706,9 @@ digraph kt44814_kt {
191 -> {192};
192 -> {193};
193 -> {194};
194 -> {195};
194 -> {182} [color=green style=dashed];
194 -> {195} [color=green];
194 -> {202} [style=dotted];
195 -> {196};
196 -> {197 201};
197 -> {198};