<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Implement instruction selection for blockaddress"
   href="https://bugs.llvm.org/show_bug.cgi?id=36390">36390</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Implement instruction selection for blockaddress
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>GlobalISel
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>hahnjo@hahnjo.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>aemerson@apple.com, daniel_l_sanders@apple.com, diana.picus@linaro.org, llvm-bugs@lists.llvm.org, qcolombet@apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>GlobalISel currently does not implement support for blockaddress which makes it
fallback to SelectionDAGISel. This generates different code than FastISel with
branch instructions to the very next address. As a result some OMPT tests were
failing because they don't expect the additional instructions. To workaround
that problem we have disabled GlobalISel for now but it would be good to
implement proper support and remove that hack.</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>