Re: [PATCH] Fix PR tree-optimization/71179

2016-05-20 Thread Richard Biener
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

[PATCH] Fix PR tree-optimization/71179

2016-05-19 Thread Kugan Vivekanandarajah
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