]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixup gcc.target/i386/vect-epilogues-5.c
authorRichard Biener <rguenther@suse.de>
Mon, 26 May 2025 09:21:19 +0000 (11:21 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 26 May 2025 09:22:20 +0000 (11:22 +0200)
The following adjusts the expected messages after -fopt-info-vec
was improved for (masked) epilogues.

* gcc.target/i386/vect-epilogues-5.c: Adjust.

gcc/testsuite/gcc.target/i386/vect-epilogues-5.c

index 6772cabeb4a440b434b7d9fdd7d928dfa80de433..d7c75dfe5cc9ac5675933391be543c5f395aeb63 100644 (file)
@@ -9,5 +9,6 @@ int test (signed char *data, int n)
   return sum;
 }
 
-/* { dg-final { scan-tree-dump-times "loop vectorized using 64 byte vectors" 2 "vect" } } */
+/* { dg-final { scan-tree-dump-times "loop vectorized using 64 byte vectors" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "epilogue loop vectorized using masked 64 byte vectors" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-not "loop vectorized using 32 byte vectors" "vect" } } */