[PATCH] D101064: [WIP] improve debug-info in stack-slot-coloring

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 08:08:03 PDT 2021


jmorse added a comment.

[Digging back through my inbox,]

In D101064#2724952 <https://reviews.llvm.org/D101064#2724952>, @markus wrote:

> That is a good point and I actually had not thought about that. I guess it is not too hard to fix though as one can; look for branches leaving these LiveIntervals and terminate at the point of the branch target is that is not also live.
>
> Should be enough right?

Sounds good to me, again there's a small risk that legitimate locations will be terminated when they shouldn't. But, we'll still be able to make an educated judgement about whether it's worth it.


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

https://reviews.llvm.org/D101064



More information about the llvm-commits mailing list