[llvm] r210342 - [SLP] Enable vectorization of GEP expressions.
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Aug 26 11:22:09 PDT 2014
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
Joerg
More information about the llvm-commits
mailing list