]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V Regression: Make pattern match more accurate of vect-live-2.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Tue, 10 Oct 2023 14:57:46 +0000 (22:57 +0800)
committerPan Li <pan2.li@intel.com>
Wed, 11 Oct 2023 01:08:03 +0000 (09:08 +0800)
Like previous patch:
https://gcc.gnu.org/pipermail/gcc-patches/2023-October/632400.html
https://patchwork.sourceware.org/project/gcc/patch/dde89b9e-49a0-d70b-0906-fb3022cac11b@gmail.com/

gcc/testsuite/ChangeLog:

* gcc.dg/vect/vect-live-2.c: Make pattern match more accurate.

gcc/testsuite/gcc.dg/vect/vect-live-2.c

index dae36e9ed67c8f6f5adf735345b817d59a3741f4..0a49c96d4e0e391ee26ef9449a53eb41c2475797 100644 (file)
@@ -58,4 +58,4 @@ main (void)
 }
 
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vec_stmt_relevant_p: stmt live but not relevant" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vec_stmt_relevant_p: stmt live but not relevant(?:(?!failed)(?!Re-trying).)*succeeded" 1 "vect" } } */