r242209 - in /branches/ARM/sve-branch/gcc: tree...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:19:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:19:13 2016
New Revision: 242209

URL: https://gcc.gnu.org/viewcvs?rev=242209&root=gcc&view=rev
Log:
Pass slp_index down to vect_analyze_stmt

...so that it in turn can pass it to vectorizable_live_operation.

Previously the slp_index argument to vectorizable_live_operation
was only correct during the transform stage.  That doesn't matter
at the moment, but a later patch needs to use it during analysis too.

Modified:
    branches/ARM/sve-branch/gcc/tree-vect-loop.c
    branches/ARM/sve-branch/gcc/tree-vect-slp.c
    branches/ARM/sve-branch/gcc/tree-vect-stmts.c
    branches/ARM/sve-branch/gcc/tree-vectorizer.h



More information about the Gcc-cvs mailing list