[llvm] [StackColoring] Delete dead stack slots (PR #72633)
Piotr Sobczak via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 05:16:32 PST 2023
piotrAMD wrote:
The change is causing the assertion for me in "ninja check-llvm" on linux:
llc: /upstream/llvm/include/llvm/CodeGen/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