[PATCH] D113468: Fix nondeterminism in debuginfo generation
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 01:33:59 PST 2021
nikic added inline comments.
================
Comment at: llvm/lib/CodeGen/RegAllocFast.cpp:435
SmallVectorImpl<MachineOperand *> &LRIDbgOperands = LiveDbgValueMap[VirtReg];
SmallDenseMap<MachineInstr *, SmallVector<const MachineOperand *>>
SpilledOperandsMap;
----------------
Maybe just switch this to a SmallMapVector?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113468/new/
https://reviews.llvm.org/D113468
More information about the llvm-commits
mailing list