[Bug tree-optimization/66718] Non-invariant ADDR_EXPR not vectorized

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jul 5 12:15:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66718

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sun Jul  5 12:14:41 2015
New Revision: 225434

URL: https://gcc.gnu.org/viewcvs?rev=225434&root=gcc&view=rev
Log:
        PR tree-optimization/66718
        * tree-vect-stmts.c (vectorizable_call): Replace uses of
        GOMP_SIMD_LANE outside of loop with vf - 1 rather than 0.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-stmts.c



More information about the Gcc-bugs mailing list