plotfi added inline comments. ================ Comment at: lib/CodeGen/MachineRegisterInfo.cpp:180 + VRegNames.insert(name); + VReg2Name[Reg] = name; + } ---------------- I missed a line of critical code here, will add: + VReg2Name.grow(Reg); Repository: rL LLVM https://reviews.llvm.org/D43916