Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-06-09 Thread Maxim Kuvyrkov
> On Jun 9, 2017, at 1:04 PM, James Greenhalgh wrote: >>> ... >>> I disagree with having to write all these things out, but I do agree >>> that we should be self-consistent within the port. >> >> I'm re-writing the patch with approach that James suggested, and instead of >> AARCH64_PREFETCH_NOT_

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-06-09 Thread James Greenhalgh
On Fri, Jun 09, 2017 at 10:30:02AM +0300, Maxim Kuvyrkov wrote: > > On Jun 8, 2017, at 6:13 PM, Richard Earnshaw (lists) > > wrote: > > > > On 08/06/17 14:47, James Greenhalgh wrote: > >> On Mon, Jan 30, 2017 at 08:35:00AM -0800, Andrew Pinski wrote: > >>> On Mon, Jan 30, 2017 at 3:48 AM, Maxim

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-06-09 Thread Maxim Kuvyrkov
> On Jun 8, 2017, at 6:13 PM, Richard Earnshaw (lists) > wrote: > > On 08/06/17 14:47, James Greenhalgh wrote: >> On Mon, Jan 30, 2017 at 08:35:00AM -0800, Andrew Pinski wrote: >>> On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov >>> wrote: This patch port prefetch configuration from aarch3

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-06-08 Thread Richard Earnshaw (lists)
On 08/06/17 14:47, James Greenhalgh wrote: > On Mon, Jan 30, 2017 at 08:35:00AM -0800, Andrew Pinski wrote: >> On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov >> wrote: >>> This patch port prefetch configuration from aarch32 backend to aarch64. >>> There is no code-generation change from this pa

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-06-08 Thread James Greenhalgh
On Mon, Jan 30, 2017 at 08:35:00AM -0800, Andrew Pinski wrote: > On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov > wrote: > > This patch port prefetch configuration from aarch32 backend to aarch64. > > There is no code-generation change from this patch. > > > > This patch also happens to address

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-05-29 Thread Maxim Kuvyrkov
> On Jan 30, 2017, at 2:48 PM, Maxim Kuvyrkov wrote: > > This patch port prefetch configuration from aarch32 backend to aarch64. > There is no code-generation change from this patch. > > This patch also happens to address Kyrill's comment on Andrew's prefetching > patch at https://gcc.gnu.org

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-02-03 Thread Maxim Kuvyrkov
> On Jan 30, 2017, at 7:35 PM, Andrew Pinski wrote: > > On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov > wrote: >> This patch port prefetch configuration from aarch32 backend to aarch64. >> There is no code-generation change from this patch. >> >> This patch also happens to address Kyrill's

Re: [PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-01-30 Thread Andrew Pinski
On Mon, Jan 30, 2017 at 3:48 AM, Maxim Kuvyrkov wrote: > This patch port prefetch configuration from aarch32 backend to aarch64. > There is no code-generation change from this patch. > > This patch also happens to address Kyrill's comment on Andrew's prefetching > patch at https://gcc.gnu.org/m

[PATCH 4/6] Port prefetch configuration from aarch32 to aarch64

2017-01-30 Thread Maxim Kuvyrkov
This patch port prefetch configuration from aarch32 backend to aarch64. There is no code-generation change from this patch. This patch also happens to address Kyrill's comment on Andrew's prefetching patch at https://gcc.gnu.org/ml/gcc-patches/2017-01/msg02133.html . This patch also fixes a mi