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.
2 parents 59c041d + 4396eba commit 540ecacCopy full SHA for 540ecac
lib/SILOptimizer/Analysis/EscapeAnalysis.cpp
@@ -771,7 +771,8 @@ void EscapeAnalysis::ConnectionGraph::mergeAllScheduledNodes() {
771
if (From->mappedValue) {
772
// values previously mapped to 'From' but not transferred to 'To's
773
// mappedValue must remain mapped to 'From'. Lookups on those values will
774
- // find 'To' via the mergeTarget. Dropping a value's mapping is illegal
+ // find 'To' via the mergeTarget and will remap those values to 'To'
775
+ // on-the-fly for efficiency. Dropping a value's mapping is illegal
776
// because it could cause a node to be recreated without the edges that
777
// have already been discovered.
778
if (!To->mappedValue) {
0 commit comments