<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 - Disable LDS pass on 13"
   href="https://bugs.llvm.org/show_bug.cgi?id=51562">51562</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Disable LDS pass on 13
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>Clang Compiler Support
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>jonathanchesterfield@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Spun out from 51528.

<a href="https://reviews.llvm.org/D104962">https://reviews.llvm.org/D104962</a>
50ad3478bdd3f0643ee94f6663293af5b3c27afe

This patch disables an amdgpu LDS memory pass that broke codegen for openmp. It
missed the llvm-13 branch narrowly. Revert in place had a lot of conflicts so
the patch toggles the command line flag and fixes up tests.

The conflict for applying directly to llvm-13 is llc-pipeline.ll where the
change should be to drop this pass from the list.

I can fix up the commit such that it applies cleanly to 13 (probably by making
a new, equivalent one). If I do so, where should I put it so that it can be
cherry-picked? I think the github repo will block me from creating a branch
with it on.</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>