[llvm-bugs] [Bug 31878] CodeGenPrepare::placeDbgValues moves llvm.dbg.value without proper analysis

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 11 03:02:37 PST 2019


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
 Fixed By Commit(s)|                            |00e238896c
         Resolution|---                         |FIXED

--- Comment #9 from Jeremy Morse <jeremy.morse.llvm at gmail.com> ---
placeDbgValues was significantly limited in 00e238896c, and it looks like the
patch is sticking. There's still some work to be done with debug
use-before-defs (which are already an error-state), but the vast majority of
faulty behaviour should now be fixed.

-- 
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/20191211/6e1347f8/attachment.html>


More information about the llvm-bugs mailing list