<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 WORKSFORME - Folding of select breaks min/max"
href="https://bugs.llvm.org/show_bug.cgi?id=34623">bug 34623</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>WORKSFORME
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>spatel+llvm@rotateright.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Folding of select breaks min/max"
href="https://bugs.llvm.org/show_bug.cgi?id=34623#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Folding of select breaks min/max"
href="https://bugs.llvm.org/show_bug.cgi?id=34623">bug 34623</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>I don't see this bug on trunk; tested with:
$ ./clang -v
clang version 6.0.0 (trunk 313258)
Target: x86_64-apple-darwin16.7.0
$ ./clang -O2 -mavx2 castmax.ll -S -o - |grep minsd
vpminsd %ymm1, %ymm0, %ymm0
Looks fixed in the clang 5.0 release as well:
<a href="https://godbolt.org/g/zXGhL4">https://godbolt.org/g/zXGhL4</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>