<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 26, 2014 at 11:22 AM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Fri, Jun 06, 2014 at 03:34:25PM -0000, Michael Zolotukhin wrote:<br>
> Author: mzolotukhin<br>
> Date: Fri Jun  6 10:34:24 2014<br>
> New Revision: 210342<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=210342&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=210342&view=rev</a><br>
> Log:<br>
> [SLP] Enable vectorization of GEP expressions.<br>
><br>
> The use cases look like the following:<br>
>     x->a = y->a + 10<br>
>     x->b = y->b + 12<br>
<br>
</div>This is still broken: <a href="http://llvm.org/bugs/show_bug.cgi?id=20642" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=20642</a></blockquote></div><br></div><div class="gmail_extra">FWIW, I think you should just revert this as its an assert failure with a nice test case filed. It can be re-landed when the assert is fixed. This is especially true as this is a feature addition.</div>
</div>