<div dir="ltr">The bugs issue actually bothers me here.<div><br></div><div>I'm really alarmed that we're papering over an inability to scalarize vector code. I think that's a bad sign.</div><div><br></div><div>
Should the vectorizer produce it? No, because its slow.</div><div><br></div><div>Should the backend be able to handle it? *Yes*, and it is worth some amount of pain to try to ensure this is the case.</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Mar 5, 2014 at 11:45 AM, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@gmail.com" target="_blank">benny.kra@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br>
On 05.03.2014, at 18:02, Arnold Schwaighofer <<a href="mailto:aschwaighofer@apple.com">aschwaighofer@apple.com</a>> wrote:<br>
<br>
> Hi all,<br>
><br>
> does anyone have objections against disabling vectorization on pre SSE2 architectures. I don’t think we have bots testing this and so bugs are likely (see PR18036). We fail in isel for a simple vector select.<br>
<br>
</div>This is the right thing to do, getting the bugs fixed would also be a good thing :)<br>
<br>
- Ben<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>