[llvm-bugs] [Bug 37234] Recent regression in -O2 -g debugging quality since change to improve handling of dangling debug info
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 2 05:10:49 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37234
bjorn.a.pettersson at ericsson.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #6 from bjorn.a.pettersson at ericsson.com ---
I made a follow-up commit to rL331182, as I noticed that I forgot to handle PHI
nodes that are split into several PHI-nodes when lowering the IR to machine
instructions.
So the full set of patches that resolves this bug report is:
https://llvm.org/svn/llvm-project/llvm/trunk@331182
https://llvm.org/svn/llvm-project/llvm/trunk@331183
https://llvm.org/svn/llvm-project/llvm/trunk@331337
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180502/b42774d8/attachment.html>
More information about the llvm-bugs
mailing list