Remove XFAIL for detecting dot-product pattern in vect-reduc-dot-s8b.c

With the change to vect_reassociating_reduction_p this pattern will
always match (application is still conditional on uarch availability),
so remove the XFAIL.

	PR testsuite/122961
	* gcc.dg/vect/vect-reduc-dot-s8b.c: Remove XFAIL on
	dot-prod pattern detection.
This commit is contained in:
Richard Biener
2026-03-03 09:18:36 +01:00
committed by Richard Biener
parent abab49fd4b
commit ff581670cc

View File

@@ -53,7 +53,7 @@ int main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "vect_recog_dot_prod_pattern: detected(?:(?!Analysis failed).)*Analysis succeeded" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "vect_recog_dot_prod_pattern: detected(?:(?!Analysis failed).)*Analysis succeeded" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vect_recog_widen_mult_pattern: detected(?:(?!Analysis failed).)*Analysis succeeded" 1 "vect" { target vect_widen_mult_qi_to_hi } } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_widen_mult_qi_to_hi } } } */