Re: [030/nnn] poly_int: get_addr_unit_base_and_extent

2017-12-05 Thread Jeff Law
On 10/23/2017 11:12 AM, Richard Sandiford wrote: > This patch changes the values returned by > get_addr_unit_base_and_extent from HOST_WIDE_INT to poly_int64. > > maxsize in gimple_fold_builtin_memory_op goes from HOST_WIDE_INT > to poly_uint64 (rather than poly_int) to match the previous use > of

[030/nnn] poly_int: get_addr_unit_base_and_extent

2017-10-23 Thread Richard Sandiford
This patch changes the values returned by get_addr_unit_base_and_extent from HOST_WIDE_INT to poly_int64. maxsize in gimple_fold_builtin_memory_op goes from HOST_WIDE_INT to poly_uint64 (rather than poly_int) to match the previous use of tree_fits_uhwi_p. 2017-10-23 Richard Sandiford