<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Debug location for b.vs is dropped at some point."
   href="http://llvm.org/bugs/show_bug.cgi?id=22498">22498</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Debug location for b.vs is dropped at some point.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Backend: AArch64
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ahmed.bougacha@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=13819" name="attach_13819" title="IR testcase">attachment 13819</a> <a href="attachment.cgi?id=13819&action=edit" title="IR testcase">[details]</a></span>
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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>