<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:listmail@philipreames.com" title="listmail@philipreames.com">listmail@philipreames.com</a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Crash in statepoint lowering after 297695"
href="https://bugs.llvm.org/show_bug.cgi?id=33010">bug 33010</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;">CC</td>
<td>
</td>
<td>listmail@philipreames.com
</td>
</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></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Crash in statepoint lowering after 297695"
href="https://bugs.llvm.org/show_bug.cgi?id=33010#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Crash in statepoint lowering after 297695"
href="https://bugs.llvm.org/show_bug.cgi?id=33010">bug 33010</a>
from <span class="vcard"><a class="email" href="mailto:listmail@philipreames.com" title="listmail@philipreames.com">listmail@philipreames.com</a>
</span></b>
<pre>
r360090 | reames | 2019-05-06 15:09:31 -0700 (Mon, 06 May 2019) | 7 lines
Fix pr33010, a 2 year old crashing regression
The problem was that we were creating a CMOV64rr <TargetFrameIndex>,
<TargetFrameIndex>. The entire point of a TFI is that address code is not
generated, so there's no way to legalize/lower this. Instead, simply prevent
it's creation.
Arguably, we shouldn't be using *Target*FrameIndices in StatepointLowering at
all, but that's a much deeper change.</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>