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 632f482 commit 95ddb95Copy full SHA for 95ddb95
llvm/lib/CodeGen/MachineOutliner.cpp
@@ -594,7 +594,7 @@ void MachineOutliner::findCandidates(
594
unsigned NumKept = 0;
595
#endif
596
// Sort the start indices so that we can efficiently check if candidates
597
- // overlap with each other in MachineOutliner::findCandidates().
+ // overlap with the ones we've already found for this sequence.
598
llvm::sort(RS.StartIndices);
599
for (const unsigned &StartIdx : RS.StartIndices) {
600
// Trick: Discard some candidates that would be incompatible with the
0 commit comments