[llvm] r175023 - Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.

Eric Christopher echristo at gmail.com
Tue Feb 12 22:00:01 PST 2013


>
>
> This isn't quite what's going on, it's mostly that we kept adding all the
> information and then never bothered to emit it.
>
> LDV can remove DBG_VALUEs, I thought we need to make sure emitDebugValues
> of LDV is called before releasing LDV.
>
>
Guess I read your comment wrong, I think we're in agreement :)

>
>  Any reason why these aren't going into the pass impl?
>
> They can be put in the pass impl. Is there an advantage of one vs. the
> other?
>
>
*shrug* Everything else in the implementation of the pass is in there...
I'm at a loss on occasion why some things have pImpls. :)


> I will double check and remove the dead code if it is okay to do so.
>
>
Sweet. Thanks :)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130212/6d7c412e/attachment.html>


More information about the llvm-commits mailing list