[llvm] r210342 - [SLP] Enable vectorization of GEP expressions.

Chandler Carruth chandlerc at google.com
Tue Aug 26 11:39:26 PDT 2014


On Tue, Aug 26, 2014 at 11:22 AM, Joerg Sonnenberger <
joerg at britannica.bec.de> wrote:

> On Fri, Jun 06, 2014 at 03:34:25PM -0000, Michael Zolotukhin wrote:
> > Author: mzolotukhin
> > Date: Fri Jun  6 10:34:24 2014
> > New Revision: 210342
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=210342&view=rev
> > Log:
> > [SLP] Enable vectorization of GEP expressions.
> >
> > The use cases look like the following:
> >     x->a = y->a + 10
> >     x->b = y->b + 12
>
> This is still broken: http://llvm.org/bugs/show_bug.cgi?id=20642


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140826/c6e914b0/attachment.html>


More information about the llvm-commits mailing list