Hi Will, On Mon, Oct 09, 2017 at 03:15:56PM -0500, Will Schmidt wrote: > +/* { dg-final { scan-assembler-times "xscvdpspn|xscvdpsp" 1 } } */ > +/* { dg-final { scan-assembler-times "vspltw|xxspltw" 1 } } */
The second of these (xscvdpsp) will match whenever the first (xscvdpspn) does. Maybe you should use something like {\mxscvdpspn?\M} ? Okay with that fixed. Thanks! Segher