On Tue, Sep 18, 2018 at 03:34:25PM -0500, Will Schmidt wrote: > The expected codegen for this testcase with target {le} and > option -mcpu=power8 is lxvd2x and stxvd2x. It was initially > committed with contents as seen on builds for P7, which was > incorrect. Update as is appropriate.
> 2018-09-18 Will Schmidt <will_schm...@vnet.ibm.com> > > PR testsuite/86592 > * p8-vec-xl-xst-v2.c: Add and update expected codegen. gcc.target/powerpc/... > -/* { dg-final { scan-assembler-times "lvx" 4 } } */ > -/* { dg-final { scan-assembler-times "stvx" 4 } } */ > -/* { dg-final { scan-assembler-times "xxpermdi" 0 } } */ > +/* { dg-final { scan-assembler-times {\mlxvd2x\M} 4 } } */ > +/* { dg-final { scan-assembler-times {\mstxvd2x\M} 4 } } */ Should it not check for xxpermdi? Okay for trunk with whichever way you decide. Thanks! Segher