>> There is a single scan-test failure on power
>> (gcc.target/powerpc/builtins-1.c) but it doesn't look
>> like a dealbreaker. I have yet to check it in more detail, though.
Looked into this failure now and to me it looks better than before.
I'll go ahead and commit if the patch with the following addition comes out
clean on power10:
--- a/gcc/testsuite/gcc.target/powerpc/builtins-1.c
+++ b/gcc/testsuite/gcc.target/powerpc/builtins-1.c
@@ -1035,4 +1035,4 @@ foo156 (vector unsigned short usa)
/* { dg-final { scan-assembler-times {\mvmrglb\M} 3 } } */
/* { dg-final { scan-assembler-times {\mvmrgew\M} 4 } } */
/* { dg-final { scan-assembler-times {\mvsplth|xxsplth\M} 4 } } */
-/* { dg-final { scan-assembler-times {\mxxpermdi\M} 44 } } */
+/* { dg-final { scan-assembler-times {\mxxpermdi\M} 42 } } */
--
Regards
Robin