<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - ARM backend crash when compiling half-precision FP op without hardware FP"
href="https://llvm.org/bugs/show_bug.cgi?id=24549">bug 24549</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;">CC</td>
<td>
</td>
<td>renato.golin@linaro.org
</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 - ARM backend crash when compiling half-precision FP op without hardware FP"
href="https://llvm.org/bugs/show_bug.cgi?id=24549#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - ARM backend crash when compiling half-precision FP op without hardware FP"
href="https://llvm.org/bugs/show_bug.cgi?id=24549">bug 24549</a>
from <span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span></b>
<pre>The test now produces:
push {r4, r5, r6, lr}
ldrh r0, [r0]
mov r4, r2
mov r5, r1
bl __aeabi_h2f
mov r6, r0
ldrh r0, [r5]
bl __aeabi_h2f
mov r1, r0
mov r0, r6
bl __aeabi_fadd
bl __aeabi_f2h
strh r0, [r4]
pop {r4, r5, r6, pc}
Which, though a bit ugly, seems correct.</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>