On Fri, May 20, 2016 at 4:13 AM, Kugan Vivekanandarajah
wrote:
> Hi,
>
> We don’t allow vector type for integer. Likewise I am also disallowing
> the floating point vector type in transforming repeated addition to
> multiplication.
>
> This can be relaxed. I will send a separate patch to allow int
Hi,
We don’t allow vector type for integer. Likewise I am also disallowing
the floating point vector type in transforming repeated addition to
multiplication.
This can be relaxed. I will send a separate patch to allow integer and
floating point vectorization later.
Bootstrapped and regression te