[llvm] [StackColoring] Delete dead stack slots (PR #72633)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 06:05:31 PST 2023


nikic wrote:

There is an assertion failure in llvm/test/DebugInfo/COFF/lexicalblock.ll:
```
MachineFrameInfo.h:530: int64_t llvm::MachineFrameInfo::getObjectOffset(int) const: Assertion `!isDeadObjectIndex(ObjectIdx) && "Getting frame offset for a dead object?"' failed.
```

https://github.com/llvm/llvm-project/pull/72633


More information about the llvm-commits mailing list