On Mon, Aug 10, 2020 at 12:29 PM Martin Liška <mli...@suse.cz> wrote:
>
> On 8/3/20 12:29 PM, Richard Biener wrote:
> > You are always passing NULL here so simply avoid this and the following 
> > changes.
>
> Are you sure about this?
>
> Note that vect_slp_bb does:
>
> +      if (!vect_find_stmt_data_reference (NULL, stmt, &datarefs,
> +                                         &dataref_groups, current_group))
> +       ++current_group;

Oops, I stand corrected.  Patch is OK without this particular requested change.

Richard.

> Martin

Reply via email to