Re: [019/nnn] poly_int: lra frame offsets

2017-12-05 Thread Jeff Law
On 10/23/2017 11:07 AM, Richard Sandiford wrote: > This patch makes LRA use poly_int64s rather than HOST_WIDE_INTs > to store a frame offset (including in things like eliminations). > > > 2017-10-23 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * l

[019/nnn] poly_int: lra frame offsets

2017-10-23 Thread Richard Sandiford
This patch makes LRA use poly_int64s rather than HOST_WIDE_INTs to store a frame offset (including in things like eliminations). 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * lra-int.h (lra_reg): Change offset from int to poly_int64.