<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 - [Mips] Fix test emergency-spill-slot-near-fp.ll"
   href="https://bugs.llvm.org/show_bug.cgi?id=48301">48301</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Mips] Fix test emergency-spill-slot-near-fp.ll
          </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>Windows NT
          </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>Backend: MIPS
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>paul_robinson@playstation.sony.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After applying <a href="https://reviews.llvm.org/D91734">https://reviews.llvm.org/D91734</a> the test

    llvm/test/CodeGen/Mips/emergency-spill-slot-near-fp.ll

began failing.  The test uses a long sequence of volatile loads and stores
to try to create enough register pressure to trigger the use of the
"emergency spill slot" which appears to be at 0(fp).  With the above patch,
register usage changed enough that this spill slot wasn't required.

I tried adding more loads and stores, but that just caused a normal spill
and reload.  Rather than have this one test block the patch, @rnk proposed
that I mark it XFAIL and file this bug.

I'll commit D91734 shortly, and post the git hash here.</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>