On Tue, Nov 19, 2024 at 4:37 PM Lewis Hyatt wrote:
>
> On Tue, Nov 19, 2024 at 9:55 AM Richard Biener
> wrote:
> >
> > On Sun, Nov 17, 2024 at 4:25 AM Lewis Hyatt wrote:
> > >
> > > The array gimple_ops_offset_[], which is used to find the trailing op[]
> > > array for a given gimple struct, is
On Tue, Nov 19, 2024 at 9:55 AM Richard Biener
wrote:
>
> On Sun, Nov 17, 2024 at 4:25 AM Lewis Hyatt wrote:
> >
> > The array gimple_ops_offset_[], which is used to find the trailing op[]
> > array for a given gimple struct, is computed assuming that op[] will be
> > found at sizeof(tree) bytes
On Sun, Nov 17, 2024 at 4:25 AM Lewis Hyatt wrote:
>
> The array gimple_ops_offset_[], which is used to find the trailing op[]
> array for a given gimple struct, is computed assuming that op[] will be
> found at sizeof(tree) bytes away from the end of the struct. This is only
> correct if the alig
The array gimple_ops_offset_[], which is used to find the trailing op[]
array for a given gimple struct, is computed assuming that op[] will be
found at sizeof(tree) bytes away from the end of the struct. This is only
correct if the alignment requirement of a pointer is the same as the
alignment re