public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work075)] Fix pr101384-1.c code generation test.
@ 2022-01-07 23:40 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-01-07 23:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4bdd23bd602d8343fac11cebc763348e9bec37cf

commit 4bdd23bd602d8343fac11cebc763348e9bec37cf
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Jan 7 18:33:45 2022 -0500

    Fix pr101384-1.c code generation test.
    
    Add support for the compiler using XXSPLTIB reg,255 to load all 1's into a
    register on power9 and above instead of using VSPLTI{B,H,W} reg,-1.
    
    gcc/testsuite/
    2022-01-07  Michael Meissner  <meissner@the-meissners.org>
    
            PR testsuite/102935
            * gcc.target/powerpc/pr101384-1.c: Update insn regexp for power9
            and power10.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr101384-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr101384-1.c b/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
index 627d7d76721..41cf84bf8bc 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
@@ -2,7 +2,7 @@
 /* { dg-do compile { target le } } */
 /* { dg-options "-O2 -maltivec" } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
-/* { dg-final { scan-assembler-times {\mvspltis[whb] [^\n\r]*,-1\M} 9 } } */
+/* { dg-final { scan-assembler-times {\mvspltis[whb] [^\n\r]*,-1\M|\mxxspltib[^\n\r]*,255\M} 9 } } */
 /* { dg-final { scan-assembler-times {\mvslw\M} 3 } } */
 /* { dg-final { scan-assembler-times {\mvslh\M} 3 } } */
 /* { dg-final { scan-assembler-times {\mvslb\M} 3 } } */


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/meissner/heads/work075)] Fix pr101384-1.c code generation test.
@ 2022-01-07 23:34 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-01-07 23:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:885893d4bab024eb6c2fe24c8fa26559f5074ddf

commit 885893d4bab024eb6c2fe24c8fa26559f5074ddf
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Jan 7 18:33:45 2022 -0500

    Fix pr101384-1.c code generation test.
    
    Add support for the compiler using XXSPLTIB reg,255 to load all 1's into a
    register on power9 and above instead of using VSPLTI{B,H,W} reg,-1.
    
    gcc/testsuite/
    2022-01-07  Michael Meissner  <meissner@the-meissners.org>
    
            PR testsuite/101384
            * gcc.target/powerpc/pr101384-1.c: Update insn regexp for power9
            and power10.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr101384-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr101384-1.c b/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
index 627d7d76721..41cf84bf8bc 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr101384-1.c
@@ -2,7 +2,7 @@
 /* { dg-do compile { target le } } */
 /* { dg-options "-O2 -maltivec" } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
-/* { dg-final { scan-assembler-times {\mvspltis[whb] [^\n\r]*,-1\M} 9 } } */
+/* { dg-final { scan-assembler-times {\mvspltis[whb] [^\n\r]*,-1\M|\mxxspltib[^\n\r]*,255\M} 9 } } */
 /* { dg-final { scan-assembler-times {\mvslw\M} 3 } } */
 /* { dg-final { scan-assembler-times {\mvslh\M} 3 } } */
 /* { dg-final { scan-assembler-times {\mvslb\M} 3 } } */


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-07 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 23:40 [gcc(refs/users/meissner/heads/work075)] Fix pr101384-1.c code generation test Michael Meissner
  -- strict thread matches above, loose matches on Subject: below --
2022-01-07 23:34 Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).