<html>
    <head>
      <base href="http://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 with flag -O3"
   href="http://bugs.llvm.org/show_bug.cgi?id=32209">32209</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>DominatorTree is not up to date with flag -O3
          </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>enhancement
          </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>dcb314@hotmail.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=18075" name="attach_18075" title="C source code">attachment 18075</a> <a href="attachment.cgi?id=18075&action=edit" title="C source code">[details]</a></span>
C source code

The attached source code does this:

DominatorTree is not up to date!
Computed:
=============================--------------------------------
Inorder Dominator Tree: DFSNumbers invalid: 1 slow queries.
  [1] %entry {0,173}
    [2] %func_5.exit {1,86}
      [3] %cond.end64 {2,83}
        [4] %if.end925 {3,4}

...

#6 0x00007fee6864e51a __GI_abort (/lib64/libc.so.6+0x3751a)
#7 0x0000000002fa68ae llvm::DominatorTree::verifyDomTree() const
/home/dcb/llvm/
trunk/llvm/lib/IR/Dominators.cpp:296:0
#8 0x00000000036db9be llvm::UnrollLoop(llvm::Loop*, unsigned int, unsigned int, 
bool, bool, bool, bool, bool, unsigned int, unsigned int, llvm::LoopInfo*,
llvm:
:ScalarEvolution*, llvm::DominatorTree*, llvm::AssumptionCache*,
llvm::Optimizat
ionRemarkEmitter*, bool)
/home/dcb/llvm/trunk/llvm/lib/Transforms/Utils/LoopUnro
ll.cpp:728:0</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>