]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test: Block vect_strided5 for slp-34-big-array.c SLP check
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Fri, 15 Sep 2023 09:54:44 +0000 (17:54 +0800)
committerPan Li <pan2.li@intel.com>
Fri, 15 Sep 2023 11:09:37 +0000 (19:09 +0800)
If failed on RISC-V since it use vect_store_lanes with array 5.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/slp-34-big-array.c: Block SLP check for vect_strided5.

gcc/testsuite/gcc.dg/vect/slp-34-big-array.c

index 0baaff7dc6e6b8eeb958655f964f234512cc4500..db0e440639e044318a66a28e7efc5b3501da4a5c 100644 (file)
@@ -63,5 +63,5 @@ int main (void)
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect"  } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { target {! vect_strided5 } } } } */