public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-4734] testsuite: disable vect tests that was accidentally enabled on x86
@ 2020-11-05 10:14 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2020-11-05 10:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7eb6c0ad2611e0802c3684196c9a7e94162f2c51

commit r11-4734-g7eb6c0ad2611e0802c3684196c9a7e94162f2c51
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Thu Nov 5 10:14:17 2020 +0000

    testsuite: disable vect tests that was accidentally enabled on x86
    
    My previous patch accidentally enabled some tests on x86 because my target
    selector foo was weak..  This now properly only runs them on AArch64.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/slp-11b.c: Update testcase.
            * gcc.dg/vect/slp-perm-6.c: Update target selector.

Diff:
---
 gcc/testsuite/gcc.dg/vect/slp-11b.c    | 2 +-
 gcc/testsuite/gcc.dg/vect/slp-perm-6.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/vect/slp-11b.c b/gcc/testsuite/gcc.dg/vect/slp-11b.c
index 3f16c9cec3e..0cc23770bad 100644
--- a/gcc/testsuite/gcc.dg/vect/slp-11b.c
+++ b/gcc/testsuite/gcc.dg/vect/slp-11b.c
@@ -45,4 +45,4 @@ int main (void)
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_strided4 && vect_int_mult } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" { target { ! { vect_strided4 && vect_int_mult } } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" } } */
diff --git a/gcc/testsuite/gcc.dg/vect/slp-perm-6.c b/gcc/testsuite/gcc.dg/vect/slp-perm-6.c
index 816486a050d..cc863de76bf 100644
--- a/gcc/testsuite/gcc.dg/vect/slp-perm-6.c
+++ b/gcc/testsuite/gcc.dg/vect/slp-perm-6.c
@@ -107,6 +107,6 @@ int main (int argc, const char* argv[])
 /* The epilogues are vectorized using partial vectors.  */
 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { vect_perm3_int && { {! vect_load_lanes } && vect_partial_vectors_usage_1 } } } } } */
 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { target vect_load_lanes } } } */
-/* { dg-final { scan-tree-dump "Built SLP cancelled: can use load/store-lanes" "vect" { xfail { vect_perm3_int && vect_load_lanes } } } } */
-/* { dg-final { scan-tree-dump "LOAD_LANES" "vect" { xfail vect_load_lanes } } } */
-/* { dg-final { scan-tree-dump "STORE_LANES" "vect" { xfail vect_load_lanes } } } */
+/* { dg-final { scan-tree-dump "Built SLP cancelled: can use load/store-lanes" "vect" { target { vect_perm3_int && vect_load_lanes } xfail { vect_perm3_int && vect_load_lanes } } } } */
+/* { dg-final { scan-tree-dump "LOAD_LANES" "vect" { target { vect_load_lanes } xfail { vect_load_lanes } } } } */
+/* { dg-final { scan-tree-dump "STORE_LANES" "vect" { target { vect_load_lanes } xfail { vect_load_lanes } } } } */


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

only message in thread, other threads:[~2020-11-05 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05 10:14 [gcc r11-4734] testsuite: disable vect tests that was accidentally enabled on x86 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).