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