On Wed, Oct 2, 2019 at 8:50 PM Gary Oblock wrote:
>
> On 10/2/19 3:15 AM, Richard Biener wrote:
> > External Email
> >
> > --
> > On Wed, Oct 2, 2019 at 1:43 AM Gary Oblock wrote:
> >> I'm working on structure reorganization opti
On 10/2/19 3:15 AM, Richard Biener wrote:
> External Email
>
> --
> On Wed, Oct 2, 2019 at 1:43 AM Gary Oblock wrote:
>> I'm working on structure reorganization optimizations and one of the
>> things that needs to happen is that p
On Wed, Oct 2, 2019 at 1:43 AM Gary Oblock wrote:
>
> I'm working on structure reorganization optimizations and one of the
> things that needs to happen is that pointers to arrays of structures
> need to be modified into either being an integer of a structure depending
> on which optimization is r
I'm working on structure reorganization optimizations and one of the
things that needs to happen is that pointers to arrays of structures
need to be modified into either being an integer of a structure depending
on which optimization is required.
I'm seeing something similar happening in omp-low.c