We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887464b commit 4396ebaCopy full SHA for 4396eba
lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
@@ -768,7 +768,8 @@ void EscapeAnalysis::ConnectionGraph::mergeAllScheduledNodes() {
768
if (From->mappedValue) {
769
// values previously mapped to 'From' but not transferred to 'To's
770
// mappedValue must remain mapped to 'From'. Lookups on those values will
771
- // find 'To' via the mergeTarget. Dropping a value's mapping is illegal
+ // find 'To' via the mergeTarget and will remap those values to 'To'
772
+ // on-the-fly for efficiency. Dropping a value's mapping is illegal
773
// because it could cause a node to be recreated without the edges that
774
// have already been discovered.
775
if (!To->mappedValue) {
0 commit comments