This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Tue, Aug 11, 2015 at 2:50 PM, Yuri Rumyantsev <ysrumyan@gmail.com> 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 trunk?

Ok.

Thanks,
Richard.

> ChangeLog:
> 2015-08-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
>
> * tree-vect-stmts.c (vectorizable_shift): Add missed test on
> vect_induction_def.
>
> gcc/testsuite/ChangeLog:
> * gcc.target/i386/avx2-vect-shift.c: New test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]