Re: [PATCH 3/8 v9]middle-end slp: handle externals correctly in linear_loads_p

2021-01-07 Thread Richard Biener
On Mon, 28 Dec 2020, Tamar Christina wrote: > Hi All, > > This fixes a bug with externals and linear_loads_p where I forgot to save the > value before returning. > > It also fixes handling of nodes with multiple children on a non VEC_PERM node. > There the child iteration would already resolve t

[PATCH 3/8 v9]middle-end slp: handle externals correctly in linear_loads_p

2020-12-28 Thread Tamar Christina via Gcc-patches
Hi All, This fixes a bug with externals and linear_loads_p where I forgot to save the value before returning. It also fixes handling of nodes with multiple children on a non VEC_PERM node. There the child iteration would already resolve the kind and the loads are All expected to be the same if va