LoongArch: testsuite: Fix gcc.dg/vect/bb-slp-77.c.

The issue is the same as 12383255fe.
Neither is .REDUC_PLUS set for V2SImode on LoongArch, so add it
to the list of targets not expecting BB vectorization.

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/bb-slp-77.c: Add loongarch*-*-* to the list
	of expected failing targets.
This commit is contained in:
Lulu Cheng 2025-03-03 16:58:28 +08:00
parent 671702b29f
commit 546567367a

View file

@ -71,4 +71,4 @@ void test(const int n, float * restrict s, const void * restrict vx, const void
*s = sumf;
}
/* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp1" { target { { vect_int_mult && vect_element_align } && { ! { powerpc*-*-* x86_64-*-* i?86-*-* } } } } } } */
/* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp1" { target { { vect_int_mult && vect_element_align } && { ! { powerpc*-*-* x86_64-*-* i?86-*-* loongarch*-*-* } } } } } } */