<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 --- - LICM takes forever (100+ seconds) on a small testcase with large number of loads/stores per block"
   href="https://llvm.org/bugs/show_bug.cgi?id=28832">28832</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LICM takes forever (100+ seconds) on a small testcase with large number of loads/stores per block
          </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>Scalar Optimizations
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>dberlin@dberlin.org
          </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=16871" name="attach_16871" title="Small version of testcase">attachment 16871</a> <a href="attachment.cgi?id=16871&action=edit" title="Small version of testcase">[details]</a></span>
Small version of testcase

This is the same testcase as PR28670.

I've attached the small version.

On my mac, LICM takes >100 seconds, all of it being spent in the
aliassettracker, doing merges and alias calls:
  52.1751 ( 48.2%)   0.5258 ( 47.6%)  52.7009 ( 48.2%)  53.0047 ( 48.2%)  Loop
Invariant Code Motion
  20.9636 ( 19.4%)   0.2059 ( 18.6%)  21.1694 ( 19.4%)  21.2563 ( 19.3%)  Loop
Invariant Code Motion
  17.6664 ( 16.3%)   0.1026 (  9.3%)  17.7690 ( 16.2%)  17.8337 ( 16.2%)  Loop
Invariant Code Motion

On the larger version of this testcase, it's even worse.</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>