diff options
author | Richard Biener <rguenther@suse.de> | 2024-05-24 13:15:38 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2024-05-24 13:17:06 +0200 |
commit | 85e2ce10f76aee93e43aab6558cf8e39cec911e4 (patch) | |
tree | e7e5e1d24f4cc7f94936592e25990eb211189eea /gcc | |
parent | 5b9b3bae33cae7fca2e3c3e3028be6b8bee9b698 (diff) | |
download | gcc-85e2ce10f76aee93e43aab6558cf8e39cec911e4.zip gcc-85e2ce10f76aee93e43aab6558cf8e39cec911e4.tar.gz gcc-85e2ce10f76aee93e43aab6558cf8e39cec911e4.tar.bz2 |
Fix gcc.dg/vect/vect-gather-4.c for cascadelake
There's not really a good way to test what the testcase wants to
test, the following exchanges one dump scan for another (imperfect)
one.
* gcc.dg/vect/vect-gather-4.c: Scan for not vectorizing using
SLP.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-gather-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-gather-4.c b/gcc/testsuite/gcc.dg/vect/vect-gather-4.c index 1ce63e6..d18094d 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-gather-4.c +++ b/gcc/testsuite/gcc.dg/vect/vect-gather-4.c @@ -45,4 +45,4 @@ f3 (int *restrict y, int *restrict x, int *restrict indices) } } -/* { dg-final { scan-tree-dump-not "Loop contains only SLP stmts" vect } } */ +/* { dg-final { scan-tree-dump-not "vectorizing stmts using SLP" vect } } */ |