public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6655] testsuite: move mla_1 test to aarch64 only [PR109118]
@ 2023-03-14 10:26 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2023-03-14 10:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0e0c18f60af51f3afd210a2929b853dd02abe996

commit r13-6655-g0e0c18f60af51f3afd210a2929b853dd02abe996
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Tue Mar 14 10:25:42 2023 +0000

    testsuite: move mla_1 test to aarch64 only [PR109118]
    
    I previously made the test generic, but there's no list
    of targets that support integer MLA, and so it's not
    really feasible for me to make this generic.
    
    As such I've moved it to be AArch64 only.
    
    gcc/testsuite/ChangeLog:
    
            PR testsuite/109118
            * gcc.dg/mla_1.c: Moved to...
            * gcc.target/aarch64/sve/mla_3.c: ...here.

Diff:
---
 gcc/testsuite/{gcc.dg/mla_1.c => gcc.target/aarch64/sve/mla_3.c} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/mla_1.c b/gcc/testsuite/gcc.target/aarch64/sve/mla_3.c
similarity index 78%
rename from gcc/testsuite/gcc.dg/mla_1.c
rename to gcc/testsuite/gcc.target/aarch64/sve/mla_3.c
index 98e5808ee70..25e99f7d72a 100644
--- a/gcc/testsuite/gcc.dg/mla_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/sve/mla_3.c
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
-/* { dg-require-effective-target vect_int } */
-/* { dg-options "-O2 -msve-vector-bits=256 -march=armv8.2-a+sve -fdump-tree-optimized" { target aarch64*-*-* } } */
+/* { dg-options "-O2 -msve-vector-bits=256 -march=armv8.2-a+sve -fdump-tree-optimized" } */
 
 unsigned int
 f1 (unsigned int a, unsigned int b, unsigned int c) {
@@ -37,4 +36,4 @@ g3 (vec a, vec b, vec c)
   return a * b + c;
 }
 
-/* { dg-final { scan-tree-dump-times {\.FMA } 1 "optimized" { target aarch64*-*-* } } } */
+/* { dg-final { scan-tree-dump-times {\.FMA } 1 "optimized" } } */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-14 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 10:26 [gcc r13-6655] testsuite: move mla_1 test to aarch64 only [PR109118] Tamar Christina

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).