[llvm] r256077 - Clean up the processing of dbg.value in various places

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 23:19:33 PST 2015


Fixed in r256236

On Mon, Dec 21, 2015 at 9:22 PM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:

> On Sat, Dec 19, 2015 at 02:02:44AM -0000, Keno Fischer via llvm-commits
> wrote:
> > Author: kfischer
> > Date: Fri Dec 18 20:02:44 2015
> > New Revision: 256077
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=256077&view=rev
> > Log:
> > Clean up the processing of dbg.value in various places
>
> For what it is worth, this change broke the following input when compiled
> with "-g -fno-integrated-as -Os":
>
> fn1() {
>   struct {
>     int dword[2]
>   } u;
>   u.dword[1] = 0;
> }
>
> Joerg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151222/b3134909/attachment.html>


More information about the llvm-commits mailing list