<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 - llvm-reduce fails to reduce after incorrectly deleting ret instruction"
   href="https://bugs.llvm.org/show_bug.cgi?id=43798">43798</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-reduce fails to reduce after incorrectly deleting ret instruction
          </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>All
          </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>llvm-reduce
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>Matthew.Arsenault@amd.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dblaikie@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22721" name="attach_22721" title="Testcase to reduce">attachment 22721</a> <a href="attachment.cgi?id=22721&action=edit" title="Testcase to reduce">[details]</a></span>
Testcase to reduce

The attached testcase fails to reduce due to producing invalid IR that is
missing the ret instruction. It initially started reducing, but eventually has
the incorrect failure signature due to parse errors in the text IR produced by
the previous reduction steps. Running llc, the interestingness script prints
parse errors:
llc:
/var/folders/5g/8bzrsr594pqb8hwn2bw55d7h0000gn/T/llvm-reduce-1e46e5.ll:10:1:
error: expected instruction opcode</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>