<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 - [InstCombine] Infinite loop in a bitcode generated by rustc"
   href="https://bugs.llvm.org/show_bug.cgi?id=44245">44245</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[InstCombine] Infinite loop in a bitcode generated by rustc
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </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>release blocker
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>phosek@chromium.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22917" name="attach_22917" title="bitcode reproducer (reduced with bugpoint)">attachment 22917</a> <a href="attachment.cgi?id=22917&action=edit" title="bitcode reproducer (reduced with bugpoint)">[details]</a></span>
bitcode reproducer (reduced with bugpoint)

We're seeing what appears to be an infinite loop when running instcombine on a
bitcode file generated by rustc (the related Rust issue is
<a href="https://github.com/rust-lang/rust/issues/66036">https://github.com/rust-lang/rust/issues/66036</a>).

We've managed to create a reproducer and then further reduce it by using
bugpoint. This behavior can be reproduced by simply running:

  opt -instcombine bugpoint-reduced-simplified.bc -o out

We've tried all the version from trunk to 6.0 and it reproduces with all of
them so this doesn't appear to be a recent regression.</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>