Hi! On Thu, Feb 08, 2018 at 12:28:05PM -0600, Peter Bergner wrote: > On 2/8/18 10:38 AM, Peter Bergner wrote: > > * gcc.target/powerpc/builtins-1-be.c: Filter out gimple folding disabled > > message. Fix test for running in 32-bit mode. > > As we talked about offline, here's a bigger change to builtins-1-be.c that > cleans up the test a little more, since we generate xxlor in more cases > than just the __builtin_vec_or() call, so this change adds the -dp option > and we match the pattern name to verify we are getting as many as we expect > from that and that alone. This also splits the xxland and xxlandc into > their own matches, which match the source test cases use of vec_and() and > vec_andc().
> +/* { dg-final { scan-assembler-times {\mvclzb\M} 2 } } */ > +/* { dg-final { scan-assembler-times {\mvclzb\M} 2 } } */ Duplicate line. Fine otherwise, thanks! Segher