<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 --- - Redundant spills with MI Scheduler"
   href="http://llvm.org/bugs/show_bug.cgi?id=21430">21430</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Redundant spills with MI Scheduler
          </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>normal
          </td>
        </tr>

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

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

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

        <tr>
          <th>Reporter</th>
          <td>avolkov.intel@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>atrick@apple.com, 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=13264" name="attach_13264" title="test.ll">attachment 13264</a> <a href="attachment.cgi?id=13264&action=edit" title="test.ll">[details]</a></span>
test.ll

On attached test case I see that there are several spills that can be
eliminated with better scheduling.

Use llc to compile it:
llc -mcpu=hsw vs2.ll

When compiling with llc before MI Scheduler was enabled (before r192750) I see
no spills. Using r192750 and also with latest trunk I see spills.</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>