Re: [AArch64] Tweak aarch64_classify_address interface

2017-12-20 Thread Richard Sandiford
James Greenhalgh writes: > On Mon, Oct 23, 2017 at 06:58:29PM +0100, Richard Sandiford wrote: >> Ping. > > Makes sense. OK. > > Reviewed-By: James Greenhalgh Thanks. I needed to update it slightly after recent changes to config/aarch64, but the differences from the first one were obvious. here'

Re: [AArch64] Tweak aarch64_classify_address interface

2017-11-10 Thread James Greenhalgh
On Mon, Oct 23, 2017 at 06:58:29PM +0100, Richard Sandiford wrote: > Ping. Makes sense. OK. Reviewed-By: James Greenhalgh James > Richard Sandiford writes: > > Richard Sandiford writes: > >> James Greenhalgh writes: > >>> On Tue, Aug 22, 2017 at 10:23:47AM +0100, Richard Sandiford wrote: >

Re: [AArch64] Tweak aarch64_classify_address interface

2017-10-23 Thread Richard Sandiford
Ping. Richard Sandiford writes: > Richard Sandiford writes: >> James Greenhalgh writes: >>> On Tue, Aug 22, 2017 at 10:23:47AM +0100, Richard Sandiford wrote: Previously aarch64_classify_address used an rtx code to distinguish LDP/STP addresses from normal addresses; the code was PARA

Re: [AArch64] Tweak aarch64_classify_address interface

2017-09-18 Thread Richard Sandiford
Richard Sandiford writes: > James Greenhalgh writes: >> On Tue, Aug 22, 2017 at 10:23:47AM +0100, Richard Sandiford wrote: >>> Previously aarch64_classify_address used an rtx code to distinguish >>> LDP/STP addresses from normal addresses; the code was PARALLEL >>> to select LDP/STP and anything

Re: [AArch64] Tweak aarch64_classify_address interface

2017-08-31 Thread Richard Sandiford
James Greenhalgh writes: > On Tue, Aug 22, 2017 at 10:23:47AM +0100, Richard Sandiford wrote: >> Previously aarch64_classify_address used an rtx code to distinguish >> LDP/STP addresses from normal addresses; the code was PARALLEL >> to select LDP/STP and anything else to select normal addresses.

Re: [AArch64] Tweak aarch64_classify_address interface

2017-08-30 Thread James Greenhalgh
On Tue, Aug 22, 2017 at 10:23:47AM +0100, Richard Sandiford wrote: > Previously aarch64_classify_address used an rtx code to distinguish > LDP/STP addresses from normal addresses; the code was PARALLEL > to select LDP/STP and anything else to select normal addresses. > This patch replaces that para

[AArch64] Tweak aarch64_classify_address interface

2017-08-22 Thread Richard Sandiford
Previously aarch64_classify_address used an rtx code to distinguish LDP/STP addresses from normal addresses; the code was PARALLEL to select LDP/STP and anything else to select normal addresses. This patch replaces that parameter with a dedicated enum. The SVE port will add another enum value that