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 cf6ae06 commit ebd7f75Copy full SHA for ebd7f75
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2368,8 +2368,8 @@ void DwarfDebug::computeKeyInstructions(const MachineFunction *MF) {
2368
// Map {(InlinedAt, Group): (Rank, Instructions)}.
2369
// NOTE: Anecdotally, for a large C++ blob, 99% of the instruction
2370
// SmallVectors contain 2 or fewer elements; use 2 inline elements.
2371
- DenseMap<std::pair<DILocation *, uint32_t>,
2372
- std::pair<uint16_t, SmallVector<const MachineInstr *, 2>>>
+ DenseMap<std::pair<DILocation *, uint64_t>,
+ std::pair<uint8_t, SmallVector<const MachineInstr *, 2>>>
2373
GroupCandidates;
2374
2375
// For each instruction:
0 commit comments