Re: [PATCH 3/3, v2] rs6000: Add testsuite test cases for MMA built-ins.

2020-06-20 Thread Peter Bergner via Gcc-patches
On 6/19/20 11:53 AM, Segher Boessenkool wrote: > > Okay for trunk. Thanks! I committed this along with patch2, so it was pushed upstream with it. Thanks! Peter

Re: [PATCH 3/3, v2] rs6000: Add testsuite test cases for MMA built-ins.

2020-06-19 Thread Segher Boessenkool
Hi! On Thu, Jun 18, 2020 at 03:46:31PM -0500, Peter Bergner wrote: > +/* { dg-final { scan-assembler-times {\mlxv\M} 40 } } */ > +/* { dg-final { scan-assembler-times {\mlxvp\M} 12 } } */ > +/* { dg-final { scan-assembler-times {\mstxvp\M} 40 } } */ > +/* { dg-final { scan-assembler-times

[PATCH 3/3, v2] rs6000: Add testsuite test cases for MMA built-ins.

2020-06-18 Thread Peter Bergner via Gcc-patches
Changes since v1: - No changes from v1. This patch adds the testsuite test cases for all of the MMA built-ins. This patch was tested with patch1 + patch2. Peter 2020-06-18 Peter Bergner gcc/testsuite/ * gcc.target/powerpc/mma-builtin-1.c: New test. *