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; Martin