[llvm] [StackColoring] Delete dead stack slots (PR #75351)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 10:07:33 PST 2023
uweigand wrote:
I'm seeing the same on s390x. Looks like there's still debug metadata referencing the deleted stack slot, and this causes the assert. I've attached a reduced test case.
[bug-dead-object.ll.txt](https://github.com/llvm/llvm-project/files/13688466/bug-dead-object.ll.txt)
https://github.com/llvm/llvm-project/pull/75351
More information about the llvm-commits
mailing list