Re: [015/nnn] poly_int: ao_ref and vn_reference_op_t

2017-11-17 Thread Jeff Law
On 10/23/2017 11:06 AM, Richard Sandiford wrote: > This patch changes the offset, size and max_size fields > of ao_ref from HOST_WIDE_INT to poly_int64 and propagates > the change through the code that references it. This includes > changing the off field of vn_reference_op_struct in the same way.

[015/nnn] poly_int: ao_ref and vn_reference_op_t

2017-10-23 Thread Richard Sandiford
This patch changes the offset, size and max_size fields of ao_ref from HOST_WIDE_INT to poly_int64 and propagates the change through the code that references it. This includes changing the off field of vn_reference_op_struct in the same way. 2017-10-23 Richard Sandiford Alan Haywa