[llvm-commits] patch for Bug #10125

Frits van Bommel fvbommel at gmail.com
Sun Jun 12 10:03:27 PDT 2011


On 12 June 2011 09:50, Shajrawi, Yousef <Yousef.Shajrawi at amd.com> wrote:
> I’ve reported bug #10125 about debug variables incorrectly deleted by LLVM
> in the Live Debug Variables pass: http://llvm.org/bugs/show_bug.cgi?id=10125
>
> Attached is a patch resolving this bug via adding a check to live ins of a
> basic block (description is in bugzilla)
>
> Please see if this is suitable for adding to LLVM and/or please advise on
> what to do next, This is my first contribution to LLVM so I don’t know the
> procedure…

Looks like you're well on your way: you've identified a problem, tried
to fix it, and sent a patch to the correct mailing list.
I don't know this part of the code, but I do know you shouldn't use
tabs in the LLVM code...




More information about the llvm-commits mailing list