On Thu, May 17, 2018 at 12:11 PM Bin.Cheng <[email protected]> wrote:
> On Thu, May 17, 2018 at 11:07 AM, Richard Biener > <[email protected]> wrote: > > On Wed, May 16, 2018 at 5:13 PM Bin Cheng <[email protected]> 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 <[email protected]> > >> Richard Biener <[email protected]> > > > >> 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 <[email protected]> > > > >> PR tree-optimization/85793 > >> * gcc.dg/vect/pr85793.c: New test.
