<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [X86][SSE] Reduce FPU->GPR traffic by performing fcmp logic on FPU"
href="https://bugs.llvm.org/show_bug.cgi?id=51245">bug 51245</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 - [X86][SSE] Reduce FPU->GPR traffic by performing fcmp logic on FPU"
href="https://bugs.llvm.org/show_bug.cgi?id=51245#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [X86][SSE] Reduce FPU->GPR traffic by performing fcmp logic on FPU"
href="https://bugs.llvm.org/show_bug.cgi?id=51245">bug 51245</a>
from <span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span></b>
<pre>(In reply to Simon Pilgrim from <a href="show_bug.cgi?id=51245#c5">comment #5</a>)
<span class="quote">> Please can you ensure we have test coverage for more than 2 fcmps (with
> TODOs)?
>
> Then we can close this ticket and address the remaining TODOs (3+ fcmps,
> mixed float/double fcmp etc.) in fcmp-logic.ll one by one.
>
> e.g.
>
> bool f32cmp3(float x, float y, float z, float w) {
> return ((x > 0) || (y > 0)) != (z < w);
> }</span >
Added regression test corresponding to that example:
<a href="https://reviews.llvm.org/rG97948620b1ac">https://reviews.llvm.org/rG97948620b1ac</a></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>