Re: [06/11] Handle VMAT_INVARIANT separately

2018-08-01 Thread Richard Biener
On Mon, Jul 30, 2018 at 1:41 PM Richard Sandiford wrote: > > Invariant loads were handled as a variation on the code for contiguous > loads. We detected whether they were invariant or not as a byproduct of > creating the vector pointer ivs: vect_create_data_ref_ptr passed back an > inv_p to say w

[06/11] Handle VMAT_INVARIANT separately

2018-07-30 Thread Richard Sandiford
Invariant loads were handled as a variation on the code for contiguous loads. We detected whether they were invariant or not as a byproduct of creating the vector pointer ivs: vect_create_data_ref_ptr passed back an inv_p to say whether the pointer was invariant. But vectorised invariant loads ju