[llvm-bugs] [Bug 39937] [DebugInfo at O2] CodeGenPrepare address-mode sinking drops dbg.values

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 10 10:57:54 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39937

Jeremy Morse <jeremy.morse.llvm at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Jeremy Morse <jeremy.morse.llvm at gmail.com> ---
...aaannndd actually what was happening here was my half-baked debuginfo
metadata being wrong, and me missing the warning that LLVM was dropping most of
it. Curses, and apologies for the excess noise.

There's still something flaky involving CGPs sinking of addresses: it only
RAUW's one Value, and dbg.values can refer to components of the address that
aren't the final Value that gets dereferenced. However I'll open a different
bug for that, when I get a reproducer that Actually Works (TM).

-- 
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/20181210/11f090c1/attachment.html>


More information about the llvm-bugs mailing list