Re: [010/nnn] poly_int: REG_OFFSET

2017-11-16 Thread Jeff Law
On 10/23/2017 11:04 AM, Richard Sandiford wrote: > This patch changes the type of the reg_attrs offset field > from HOST_WIDE_INT to poly_int64 and updates uses accordingly. > This includes changing reg_attr_hasher::hash to use inchash. > (Doing this has no effect on code generation since the only

[010/nnn] poly_int: REG_OFFSET

2017-10-23 Thread Richard Sandiford
This patch changes the type of the reg_attrs offset field from HOST_WIDE_INT to poly_int64 and updates uses accordingly. This includes changing reg_attr_hasher::hash to use inchash. (Doing this has no effect on code generation since the only use of the hasher is to avoid creating duplicate objects.