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 3554a47 commit 7a514d6Copy full SHA for 7a514d6
llvm/lib/ProfileData/InstrProfReader.cpp
@@ -1674,9 +1674,6 @@ IndexedMemProfReader::getMemProfCallerCalleePairs() const {
1674
memprof::LinearFrameIdConverter FrameIdConv(FrameBase);
1675
memprof::CallerCalleePairExtractor Extractor(CallStackBase, FrameIdConv);
1676
1677
- // Collect the set of linear call stack IDs. Since we expect a lot of
1678
- // duplicates, we first collect them in the form a bit vector before
1679
- // processing them.
1680
for (const memprof::IndexedMemProfRecord &IndexedRecord :
1681
MemProfRecordTable->data())
1682
for (const memprof::IndexedAllocationInfo &IndexedAI :
0 commit comments