On Thu, Nov 14, 2019 at 07:19:15PM -0500, Michael Meissner wrote: > +/* { dg-final { scan-assembler-times {\mpli\M|\mpla\M|\mpaddi\M} 4 } } */
How can this generate pli or pla? If this is something this test tests for, the comment should say. > +/* { dg-final { scan-assembler-not {\mp?stwzu\M} } } */ That instruction does not exist anyway (it's stwu). > +/* { dg-final { scan-assembler-not {\maddis\M} } } */ > +/* { dg-final { scan-assembler-not {\maddi\M} } } */ See above. Segher