]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix FAIL of dynamic-lmul2-7.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Tue, 19 Dec 2023 04:35:23 +0000 (12:35 +0800)
committerPan Li <pan2.li@intel.com>
Tue, 19 Dec 2023 06:07:39 +0000 (14:07 +0800)
Fix this FAIL:
FAIL: gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c scan-tree-dump-times vect "Maximum lmul = 2" 1

gcc/testsuite/ChangeLog:

* gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c: Adapt test.

gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c

index 0e6d5fe5f62b4cdb53b8d58c77a2e1d2d755b711..636332dbb621a2e7028c8029a3b38feb2d7592da 100644 (file)
@@ -22,5 +22,5 @@ bar (int *x, int a, int b, int n)
 /* { dg-final { scan-assembler-times {ret} 2 } } *
 /* { dg-final { scan-tree-dump-times "Maximum lmul = 8" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-times "Maximum lmul = 4" 1 "vect" } } */
-/* { dg-final { scan-tree-dump-times "Maximum lmul = 2" 1 "vect" } } */
+/* { dg-final { scan-tree-dump "Maximum lmul = 2" "vect" } } */
 /* { dg-final { scan-tree-dump-not "Maximum lmul = 1" "vect" } } */