On Tue, 5 Jun 2012, Nathan Froyd wrote:
> On Tue, Jun 05, 2012 at 02:35:30PM +0200, Richard Guenther wrote:
> > Index: gcc/tree-vect-data-refs.c
> > ! gimple stmt = gsi_stmt (gsi);
> > ! if (!find_data_references_in_stmt (NULL, stmt,
> > ! &BB_VINFO_DATAREFS (bb_vinfo)))
> > ! {
> > ! /* Mark the rest of the basic-block as unvectorizable. */
> > ! for (; !gsi_end_p (gsi); gsi_next (&gsi))
>
> I see iteration through the rest of the basic block...
>
> > ! STMT_VINFO_VECTORIZABLE (vinfo_for_stmt (stmt)) = false;
>
> ...but I don't see corresponding updates to stmt.
Eh ...
fix in testing.
Richard.