<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 --- - verify-uselistorder fails on functions with personality"
   href="https://llvm.org/bugs/show_bug.cgi?id=24755">24755</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>verify-uselistorder fails on functions with personality
          </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>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>Bitcode Writer
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>sanjoy@playingwithpointers.com
          </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=14857" name="attach_14857" title="op.ll">attachment 14857</a> <a href="attachment.cgi?id=14857&action=edit" title="op.ll">[details]</a></span>
op.ll

Attached op.ll and op2.ll

On op.ll:

 $ ./bin/verify-uselistorder ~/tmp/op.ll
*** verify-uselistorder ***
verify bitcode
LLVM ERROR: use-list order changed

On op2.ll:

 $ ./bin/verify-uselistorder ~/tmp/op2.ll
*** verify-uselistorder ***
verify bitcode
verify assembly
reverse
verify bitcode
verify assembly
verify-uselistorder:
/var/folders/92/h8j88b090hb0fr_64xs4p43w0000gp/T/uselistorder-a5063d.ll:4:1:
error: value has no uses
uselistorder i8 3, { 1, 0 }
^
LLVM ERROR: parsing failed</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>