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'
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:
>
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
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
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.
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
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