On Tue, Nov 19, 2013 at 5:41 PM, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > Hi, > > When possible, we translate VEC_PERM_EXPRs into vector splat operations. > A previous patch fixed this up for little endian, but there was an > oversight for V16QI mode. This patch fixes that oversight. This fixes > the failing test gcc.dg/torture/vshuf-v16qi.c. > > Bootstrapped and tested on powerpc64{,le}-unknown-linux-gnu using > --with-cpu=power7 with no regressions. Is this ok for trunk? > > Thanks, > Bill > > > 2013-11-19 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Adjust > V16QI vector splat case for little endian.
Okay. Thanks, David