> 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_
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
> 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
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
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
> 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
> 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
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
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