]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove XFAIL for detecting dot-product pattern in vect-reduc-dot-s8b.c
authorRichard Biener <rguenther@suse.de>
Tue, 3 Mar 2026 08:18:36 +0000 (09:18 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 3 Mar 2026 08:21:41 +0000 (09:21 +0100)
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.

gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c

index b33bb4cc90704c9fc23e1d131b3cb3566cc77b69..1603851033b6669a57c03fe56e0fe8babfee9211 100644 (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 } } } */