[LLVMbugs] [Bug 22498] New: Debug location for b.vs is dropped at some point.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 6 15:46:57 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22498

            Bug ID: 22498
           Summary: Debug location for b.vs is dropped at some point.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: ahmed.bougacha at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 13819
  --> http://llvm.org/bugs/attachment.cgi?id=13819&action=edit
IR testcase

For the attached IR, I expected a debug location for the branch, at line:col
42:42.  That is:

        .loc    1 21 21 is_stmt 1       ; /path:21:21
        str      w8, [x2]
        .loc    1 42 42 is_stmt 1       ; /path:42:42
        b.vs    LBB0_2

Instead, we get this:

        .loc    1 21 21 is_stmt 1       ; /path:21:21
        str      w8, [x2]
        b.vs    LBB0_2

-- 
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/20150206/06d75399/attachment.html>


More information about the llvm-bugs mailing list