On Fri, Feb 24, 2017 at 11:44:29AM -0600, Pat Haugen wrote: > The following patch fixes the problem of generating a logical shift for > vec_sra of an unsigned v2di vector. > > Bootstrap/regtest on powerpc64le-unknown-linux-gnu with no new > regressions. Ok for trunk? Ok for backport to 5/6 branches after testing?
Okay for all, thanks! Segher > 2017-02-24 Pat Haugen <pthau...@us.ibm.com> > > PR target/79544 > * rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD for > arithmetic shift of unsigned V2DI. > > testsuite/ChangeLog: > 2017-02-24 Pat Haugen <pthau...@us.ibm.com> > > * gcc.target/powerpc/pr79544.c: New.