[PATCH] D139590: [RegAllocFast] Handle new debug values for spills

Josh Stone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 12:54:04 PST 2022


cuviper added a comment.

I'm poking at unfamiliar code here, so I'm definitely not confident that I understand everything going on. I do know that this change is enough to fix the original Rust problems, which now pass without triggering any assertions. It's possible that the resulting debuginfo isn't actually correct though, if I understand your point about the state of `LiveRegMap`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139590/new/

https://reviews.llvm.org/D139590



More information about the llvm-commits mailing list