<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 - DominatorTree is not up to date! (csmith)"
   href="https://bugs.llvm.org/show_bug.cgi?id=33266">33266</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>DominatorTree is not up to date! (csmith)
          </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>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Transformation Utilities
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>paulsson@linux.vnet.ibm.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=18557" name="attach_18557" title="reduced testcase">attachment 18557</a> <a href="attachment.cgi?id=18557&action=edit" title="reduced testcase">[details]</a></span>
reduced testcase

DominatorTree is not up to date!
Computed:
=============================--------------------------------
Inorder Dominator Tree: 
  [1] %safe_mod_func_uint8_t_u_u.exit.i.i.i {0,7}
    [2] %lor.lhs.false.i61.i.i.i {1,2}
    [2] %safe_mod_func_int8_t_s_s.exit.i.i.i {3,6}
      [3] %safe_div_func_int64_t_s_s.exit66.i.i.i {4,5}

Actual:
=============================--------------------------------
Inorder Dominator Tree: 
  [1] %safe_mod_func_uint8_t_u_u.exit.i.i.i {0,9}
    [2] %lor.lhs.false.i61.i.i.i {1,2}
    [2] %safe_mod_func_int8_t_s_s.exit.i.i.i {3,8}
      [3] %safe_div_func_int64_t_s_s.exit66.i.i.i {4,5}
      [3]
%safe_mod_func_int8_t_s_s.exit.i.i.i.lor.lhs.false.i61.i.i.i_crit_edge {6,7}

llc -O3 -mtriple=s390x-linux-gnu -mcpu=z13 tc_domtree.ll -verify-dom-info</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>