]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
test regression fix: Add vect128 for bb-slp-43.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Tue, 16 Jan 2024 08:04:00 +0000 (16:04 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Thu, 18 Jan 2024 06:57:22 +0000 (14:57 +0800)
gcc/testsuite/ChangeLog:

* gcc.dg/vect/bb-slp-43.c: Add vect128.

gcc/testsuite/gcc.dg/vect/bb-slp-43.c

index dad2d24262d3423f48e209cb422e4cd798e0c2d3..8aedb06bf72d26bca1deadfdebc206d5e0c34d6a 100644 (file)
@@ -14,4 +14,4 @@ f (int *restrict x, short *restrict y)
 }
 
 /* { dg-final { scan-tree-dump-not "mixed mask and nonmask" "slp2" } } */
-/* { dg-final { scan-tree-dump-not "vector operands from scalars" "slp2" { target { { vect_int && vect_bool_cmp } && { vect_unpack && vect_hw_misalign } } xfail { vect_variable_length && { ! vect256 } } } } } */
+/* { dg-final { scan-tree-dump-not "vector operands from scalars" "slp2" { target { { vect_int && vect_bool_cmp } && { vect_unpack && vect_hw_misalign } } xfail { vect_variable_length && { { ! vect128 } && { ! vect256 } } } } } } */