On Wed, Nov 14, 2018 at 12:43 PM Iain Sandoe wrote:
>
>
> > On 13 Nov 2018, at 19:31, Dominique d'Humières wrote:
> >
> > Revision r266072 breaks bootstrap on darwin:
> >
> > In file included from ../../work/gcc/coretypes.h:430,
> > from ../../work/gcc/tree-vect-data-refs.c:24:
>
> On 13 Nov 2018, at 19:31, Dominique d'Humières wrote:
>
> Revision r266072 breaks bootstrap on darwin:
>
> In file included from ../../work/gcc/coretypes.h:430,
> from ../../work/gcc/tree-vect-data-refs.c:24:
> ../../work/gcc/poly-int.h: In instantiation of 'typename if_nonpo
Revision r266072 breaks bootstrap on darwin:
In file included from ../../work/gcc/coretypes.h:430,
from ../../work/gcc/tree-vect-data-refs.c:24:
../../work/gcc/poly-int.h: In instantiation of 'typename if_nonpoly::type maybe_lt(const Ca&, const poly_int_pod&) [with unsigned int
N
On Fri, Nov 9, 2018 at 5:08 PM Andre Vieira (lists)
wrote:
>
> On 05/11/18 12:41, Richard Biener wrote:
> > On Mon, Nov 5, 2018 at 1:07 PM Andre Vieira (lists)
> > wrote:
> >>
> >>
> >> Hi,
> >>
> Hi,
>
> Thank you for the quick response! See inline responses below.
>
> >> This patch enables targ
On 05/11/18 12:41, Richard Biener wrote:
> On Mon, Nov 5, 2018 at 1:07 PM Andre Vieira (lists)
> wrote:
>>
>>
>> Hi,
>>
Hi,
Thank you for the quick response! See inline responses below.
>> This patch enables targets to describe DR_TARGET_ALIGNMENT as a
>> compile-time variable. It does so by tu
On Mon, Nov 5, 2018 at 1:07 PM Andre Vieira (lists)
wrote:
>
>
> Hi,
>
> This patch enables targets to describe DR_TARGET_ALIGNMENT as a
> compile-time variable. It does so by turning the variable into a
> 'poly_uint64'. This should not affect the current code-generation for
> any target.
>
> We
Hi,
This patch enables targets to describe DR_TARGET_ALIGNMENT as a
compile-time variable. It does so by turning the variable into a
'poly_uint64'. This should not affect the current code-generation for
any target.
We hope to use this in the near future for SVE using the
current_vector_size as