Re: [12/nn] [AArch64] Add const_offset field to aarch64_address_info

2017-11-02 Thread James Greenhalgh
On Fri, Oct 27, 2017 at 02:31:35PM +0100, Richard Sandiford wrote: > This patch records the integer value of the address offset in > aarch64_address_info, so that it doesn't need to be re-extracted > from the rtx. The SVE port will make more use of this. The patch > also uses poly_int64 routines

[12/nn] [AArch64] Add const_offset field to aarch64_address_info

2017-10-27 Thread Richard Sandiford
This patch records the integer value of the address offset in aarch64_address_info, so that it doesn't need to be re-extracted from the rtx. The SVE port will make more use of this. The patch also uses poly_int64 routines to manipulate the offset, rather than just handling CONST_INTs. 2017-10-2