[llvm-bugs] [Bug 46008] Wrong line information at Og

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jun 18 12:36:00 PDT 2020


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

Davide Italiano <ditaliano at apple.com> changed:

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

--- Comment #8 from Davide Italiano <ditaliano at apple.com> ---
Should be fixed.

commit 8cdd2a158c9cc94ad265fe4f0d45edd3bf916b6f (HEAD -> master, origin/master,
origin/HEAD)
Author: Davide Italiano <ditaliano at apple.com>
Date:   Thu Jun 18 12:33:02 2020 -0700

    [SimplifyCFG] Update debug location when folding branch to common
destination

    Sometimes a dead block gets folded and the debug information is still
    retained. This manifests as jumpy stepping in lldb, see the bugzilla PR
    for an end-to-end C testcase.

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

    Differential Revision:  https://reviews.llvm.org/D82062

-- 
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/20200618/9bb71f1d/attachment.html>


More information about the llvm-bugs mailing list