Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-19 Thread Richard Biener via Gcc-patches
On Fri, 17 Sep 2021, Richard Biener wrote: > On September 17, 2021 6:36:10 PM GMT+02:00, Richard Sandiford > wrote: > >Richard Biener via Gcc-patches writes: > >> On Fri, 17 Sep 2021, Richard Biener wrote: > >> > >>> On Fri, 17 Sep 2021, Richard Sandiford wrote: > >>> > >>> > Richard Biener w

Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-17 Thread Richard Biener via Gcc-patches
On September 17, 2021 6:36:10 PM GMT+02:00, Richard Sandiford wrote: >Richard Biener via Gcc-patches writes: >> On Fri, 17 Sep 2021, Richard Biener wrote: >> >>> On Fri, 17 Sep 2021, Richard Sandiford wrote: >>> >>> > Richard Biener writes: >>> > > This adds the capability to analyze the depen

Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-17 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > On Fri, 17 Sep 2021, Richard Biener wrote: > >> On Fri, 17 Sep 2021, Richard Sandiford wrote: >> >> > Richard Biener writes: >> > > This adds the capability to analyze the dependence of mixed >> > > pointer/array accesses. The example is from where using

Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-17 Thread Richard Biener via Gcc-patches
On Fri, 17 Sep 2021, Richard Biener wrote: > On Fri, 17 Sep 2021, Richard Sandiford wrote: > > > Richard Biener writes: > > > This adds the capability to analyze the dependence of mixed > > > pointer/array accesses. The example is from where using a masked > > > load/store creates the pointer-b

Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-17 Thread Richard Biener via Gcc-patches
On Fri, 17 Sep 2021, Richard Sandiford wrote: > Richard Biener writes: > > This adds the capability to analyze the dependence of mixed > > pointer/array accesses. The example is from where using a masked > > load/store creates the pointer-based access when an otherwise > > unconditional access i

Re: [PATCH] tree-optimization/65206 - dependence analysis on mixed pointer/array

2021-09-17 Thread Richard Sandiford via Gcc-patches
Richard Biener writes: > This adds the capability to analyze the dependence of mixed > pointer/array accesses. The example is from where using a masked > load/store creates the pointer-based access when an otherwise > unconditional access is array based. Other examples would include > accesses t