<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:matze@braunis.de" title="Matthias Braun <matze@braunis.de>"> <span class="fn">Matthias Braun</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - llc -stop-after/-start-after do not work with target passes"
href="https://bugs.llvm.org/show_bug.cgi?id=24261">bug 24261</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>unassignedbugs@nondot.org
</td>
<td>matze@braunis.de
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - llc -stop-after/-start-after do not work with target passes"
href="https://bugs.llvm.org/show_bug.cgi?id=24261#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - llc -stop-after/-start-after do not work with target passes"
href="https://bugs.llvm.org/show_bug.cgi?id=24261">bug 24261</a>
from <span class="vcard"><a class="email" href="mailto:matze@braunis.de" title="Matthias Braun <matze@braunis.de>"> <span class="fn">Matthias Braun</span></a>
</span></b>
<pre>This is caused by passes lacking INITIALIZE_PASS constructs or where the
initializeXXXPass() function is not called in time. We have fixed this for a
lot of passes now that .mir usage becomes more popular. There may still be some
issues left but I consider the current state good enough to close this PR.</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>