[llvm] r359426 - [DebugInfo] Terminate more location-list ranges at the end of blocks

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 16:39:58 PDT 2019


On Wed, May 8, 2019 at 4:38 PM Adrian Prantl <aprantl at apple.com> wrote:
>
>
>
> > On May 8, 2019, at 4:31 PM, Eric Christopher <echristo at gmail.com> wrote:
> >
> > This is really going to scale poorly - it might just be showing
> > algorithmic problems later in the pipeline, but the amount of extra
> > work this causes is going to be huge.
> >
> > We should definitely back this out for now and come up with some other
> > thoughts on how to approach this.
>
> Sure thing! I understand it may be difficult to share a reproducer, but if you can share any details about what passes blow up (or perhaps even share a sample/profile of clang) that would be useful for the redesign.
>

Absolutely. Jordan's working on it now. :)


More information about the llvm-commits mailing list