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

Davide Italiano <[email protected]> changed:

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

--- Comment #10 from Davide Italiano <[email protected]> ---
Presumably fixed by:

```
commit 1cbaf847ab84f37d9044d867b5ed8ae646c6ebc9 (HEAD -> master, origin/master,
origin/HEAD)
Author: Davide Italiano <[email protected]>
Date:   Wed Jun 17 10:29:47 2020 -0700

    [CGP] Reset the debug location when promoting zext(s).

    When the zext gets promoted, it used to retain the original location,
    which pessimizes the debugging experience causing an unexpected
    jump in stepping at -Og.

    Fixes https://bugs.llvm.org/show_bug.cgi?id=46120 (which also
    contains a full C repro).

    Differential Revision:  https://reviews.llvm.org/D81437
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to