Re: [PATCH 02/11] Remove base_ind/base_ref handling from extract_base_bit_offset

2021-10-12 Thread Jakub Jelinek via Gcc-patches
On Fri, Oct 01, 2021 at 10:07:49AM -0700, Julian Brown wrote: > In preparation for follow-up patches extending struct dereference > handling for OpenMP, this patch removes base_ind/base_ref handling from > gimplify.c:extract_base_bit_offset. This arguably simplifies some of the > code around the

[PATCH 02/11] Remove base_ind/base_ref handling from extract_base_bit_offset

2021-10-01 Thread Julian Brown
In preparation for follow-up patches extending struct dereference handling for OpenMP, this patch removes base_ind/base_ref handling from gimplify.c:extract_base_bit_offset. This arguably simplifies some of the code around the callers of the function also, though subsequent patches modify those