[PATCH] D45024: [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 15:36:57 PDT 2018
aprantl added a comment.
In https://reviews.llvm.org/D45024#1059161, @HsiangKai wrote:
> In https://reviews.llvm.org/D45024#1059159, @dblaikie wrote:
>
> > Probably best not to create another list on the DISubprogram - you might be
> > able to generalize the existing list to contain "anything that might be
> > optimized out"
> >
> > Katya (CC'd), over at Sony, has been looking at a similar issue/possible
> > change to move function-local using declarations/directives into such a
> > list as well.
>
>
> Good idea. I will try to figure out how to do it. If it is possible to combine all local
> entities into one list, I will do it.
Sounds good.
Repository:
rL LLVM
https://reviews.llvm.org/D45024
More information about the llvm-commits
mailing list