This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Jul  9 21:11:28 2015
New Revision: 225637

URL: https://gcc.gnu.org/viewcvs?rev=225637&root=gcc&view=rev
Log:
        PR tree-optimization/66718
        * tree-vect-stmts.c (struct simd_call_arg_info): Add simd_lane_linear
        field.
        (vect_simd_lane_linear): New function.
        (vectorizable_simd_clone_call): Support using linear arguments for
        addresses of arrays elements indexed by GOMP_SIMD_LANE result.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]