Re: [056/nnn] poly_int: MEM_REF offsets

2017-12-05 Thread Jeff Law
On 10/23/2017 11:23 AM, Richard Sandiford wrote: > This patch allows MEM_REF offsets to be polynomial, with mem_ref_offset > now returning a poly_offset_int instead of an offset_int. The > non-mechanical changes to callers of mem_ref_offset were handled by > previous patches. > > > 2017-10-23 R

[056/nnn] poly_int: MEM_REF offsets

2017-10-23 Thread Richard Sandiford
This patch allows MEM_REF offsets to be polynomial, with mem_ref_offset now returning a poly_offset_int instead of an offset_int. The non-mechanical changes to callers of mem_ref_offset were handled by previous patches. 2017-10-23 Richard Sandiford Alan Hayward David