<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:kparzysz@quicinc.com" title="Krzysztof Parzyszek <kparzysz@quicinc.com>"> <span class="fn">Krzysztof Parzyszek</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Hexagon cmplt instruction have incorrect assembly syntax"
href="https://bugs.llvm.org/show_bug.cgi?id=44347">bug 44347</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;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Hexagon cmplt instruction have incorrect assembly syntax"
href="https://bugs.llvm.org/show_bug.cgi?id=44347#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - Hexagon cmplt instruction have incorrect assembly syntax"
href="https://bugs.llvm.org/show_bug.cgi?id=44347">bug 44347</a>
from <span class="vcard"><a class="email" href="mailto:kparzysz@quicinc.com" title="Krzysztof Parzyszek <kparzysz@quicinc.com>"> <span class="fn">Krzysztof Parzyszek</span></a>
</span></b>
<pre>The C4 instructions negate the result of the comparison (Pd = !cmp(...)).
The J4_cmpOP_C_jumpnv instructions do: if (R.new OP other-val) == C then jump
...
For example, J4_cmplt_f_jumpnv_nt will branch if (Ns8.new < Rt32) is false, or,
if (Rt32 > Ns8.new) is false, i.e. if !cmp.gt(Rt32, Ns8.new).</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>