On Thu, May 17, 2018 at 12:11 PM Bin.Cheng <amker.ch...@gmail.com> wrote:
> On Thu, May 17, 2018 at 11:07 AM, Richard Biener > <richard.guent...@gmail.com> wrote: > > On Wed, May 16, 2018 at 5:13 PM Bin Cheng <bin.ch...@arm.com> wrote: > > > >> Hi, > >> This patch fixes ICE by loading vector(1) scalar_type if it's 1 > > element-wise for VMAT_ELEMENTWISE. > >> Bootstrap and test on x86_64 and AArch64 ongoing. Is it OK? > > > > OK. > Bootstrap and test finished well. I also need approval for GCC 8 backport. Ok to backport. > Thanks, > bin > > > > Richard. > > > >> Thanks, > >> bin > >> 2018-05-16 Bin Cheng <bin.ch...@arm.com> > >> Richard Biener <rguent...@suse.de> > > > >> PR tree-optimization/85793 > >> * tree-vect-stmts.c (vectorizable_load): Handle 1 element-wise > > load > >> for VMAT_ELEMENTWISE. > > > >> gcc/testsuite > >> 2018-05-16 Bin Cheng <bin.ch...@arm.com> > > > >> PR tree-optimization/85793 > >> * gcc.dg/vect/pr85793.c: New test.