<html>
    <head>
      <base href="https://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 --- - llc produces incorrect assembler for knl"
   href="https://llvm.org/bugs/show_bug.cgi?id=25270">25270</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llc produces incorrect assembler for knl
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>tools
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </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>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>llc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>Vsevolod.Livinskij@frtk.ru
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=15130" name="attach_15130" title="Reproducer (foo.ll is miscompiled).">attachment 15130</a> <a href="attachment.cgi?id=15130&action=edit" title="Reproducer (foo.ll is miscompiled).">[details]</a></span>
Reproducer (foo.ll is miscompiled).

llc produces incorrect assembler for knl. It tries to reuse the %var in two
Print calls, despite its value has changed. llc probably optimized away the
register spill of %var_load_load by reloading it. This bug occurs in foo.ll
file.

Compile:
llc -mcpu=knl call.ll
llc -mcpu=knl foo.ll
clang++ -march=knl foo.s call.s main.cpp
Run: sde -knl -- ./a.out

LLVM revision #250620</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>