<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 - test/Transforms/Util/PredicateInfo/ordering.ll not working"
   href="https://bugs.llvm.org/show_bug.cgi?id=51834">51834</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test/Transforms/Util/PredicateInfo/ordering.ll not working
          </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>bjorn.a.pettersson@ericsson.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>florian_hahn@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I happened to notice that test/Transforms/Util/PredicateInfo/ordering.ll isn't
working as expected.

It uses
  ; REQUIRES: assert
which is a property that doesn't exist, and the test is classified as
UNSUPPORTED and never executed.

I thought that it would be easy to fix that by using
  ; REQUIRES: asserts
instead, but then it turned out that the test case wasn't ported to new-PM.

As a quick fix for that I tried adding
  -enable-new-pm=0
but then the CHECK:s are failing instead (I only get two "Visited" printouts
out of the expected ten). Here my attempts to fix this problem ended, and I
decided to write a PR about it instead.</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>