Re: [PATCH] simple fix for vector/vector shift.

2015-08-11 Thread Uros Bizjak
>> Here is 1-line patch which allows to vectorize shift by inductive >> variable for targets supporting vector/vector shift. Test-case is >> attached. >> >> Bootstrap and regression testing did not show new failures. >> Is it OK for trunk? > > Ok. I have removed unneeded and now harmful dg-directi

Re: [PATCH] simple fix for vector/vector shift.

2015-08-11 Thread Richard Biener
On Tue, Aug 11, 2015 at 2:50 PM, Yuri Rumyantsev wrote: > Hi All, > > Here is 1-line patch which allows to vectorize shift by inductive > variable for targets supporting vector/vector shift. Test-case is > attached. > > Bootstrap and regression testing did not show new failures. > Is it OK for tru