]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test regression fix: Add !vect128 for variable length targets of bb-slp-subgroups-3.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Thu, 18 Jan 2024 07:21:10 +0000 (15:21 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Thu, 18 Jan 2024 07:31:01 +0000 (15:31 +0800)
gcc/testsuite/ChangeLog:

* gcc.dg/vect/bb-slp-subgroups-3.c: Add !vect128.

gcc/testsuite/gcc.dg/vect/bb-slp-subgroups-3.c

index fb719915db7016fe1922577bc408c64d2433af17..d1d79125731e7f9ff211b78793fee5c7d53f5747 100644 (file)
@@ -42,7 +42,7 @@ main (int argc, char **argv)
 /* Because we disable the cost model, targets with variable-length
    vectors can end up vectorizing the store to a[0..7] on its own.
    With the cost model we do something sensible.  */
-/* { dg-final { scan-tree-dump-times "optimized: basic block" 2 "slp2" { target { ! amdgcn-*-* } xfail vect_variable_length } } } */
+/* { dg-final { scan-tree-dump-times "optimized: basic block" 2 "slp2" { target { ! amdgcn-*-* } xfail { vect_variable_length && { ! vect128 } } } } } */
 
 /* amdgcn can do this in one vector.  */
 /* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp2" { target amdgcn-*-* } } } */