<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - float2int miscompile"
href="https://llvm.org/bugs/show_bug.cgi?id=23038">bug 23038</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></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - float2int miscompile"
href="https://llvm.org/bugs/show_bug.cgi?id=23038#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - float2int miscompile"
href="https://llvm.org/bugs/show_bug.cgi?id=23038">bug 23038</a>
from <span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span></b>
<pre>Hi Nick,
Thanks for raising this. It was a stupid error about the polarity of an
"isUnsigned" parameter (I thought true was signed, but true is unsigned. Sigh.)
I've added a new regression test to pick this up and also added a comment to
clarify the polarity.
I've reapplied in r233370, I hope this revision doesn't give you any more
problems. If it does, perhaps it might be easier for change tracking to just
flip the default of the -float-to-int flag in PassManagerBuilder to false. That
way my changes are tracked and can be post-commit reviewed if people want to.
Cheers, and sorry for any inconvenience,
James</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>