<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:llvm-dev@redking.me.uk" title="Simon Pilgrim <llvm-dev@redking.me.uk>"> <span class="fn">Simon Pilgrim</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [X86] Replace X86ISD SHLD\SHRD with ISD FSHL\FSHR"
href="https://bugs.llvm.org/show_bug.cgi?id=39467">bug 39467</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;">Fixed By Commit(s)</td>
<td>348353
</td>
<td>rL348353,rGb3b4727a3e7e
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</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 FIXED - [X86] Replace X86ISD SHLD\SHRD with ISD FSHL\FSHR"
href="https://bugs.llvm.org/show_bug.cgi?id=39467#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [X86] Replace X86ISD SHLD\SHRD with ISD FSHL\FSHR"
href="https://bugs.llvm.org/show_bug.cgi?id=39467">bug 39467</a>
from <span class="vcard"><a class="email" href="mailto:llvm-dev@redking.me.uk" title="Simon Pilgrim <llvm-dev@redking.me.uk>"> <span class="fn">Simon Pilgrim</span></a>
</span></b>
<pre>(In reply to Simon Pilgrim from <a href="show_bug.cgi?id=39467#c3">comment #3</a>)
<span class="quote">> <a href="https://reviews.llvm.org/D75748">https://reviews.llvm.org/D75748</a> replaces (most) X86ISD::SHLD/SHRD usage with
> ISD::FSHL/FSHR - the i16 case is the annoying one......</span >
This landed in rGb3b4727a3e7e which converts i32/i64 types to ISD::FSHL/FSHR
and the i16 types now use a X86ISD::FSHL/FSHR equivalent (to avoid the amt
modulo issue).</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>