[gcc r14-6676] RISC-V: Fix FAIL of dynamic-lmul2-7.c
Pan Li
panli@gcc.gnu.org
Tue Dec 19 06:07:50 GMT 2023
https://gcc.gnu.org/g:746e7b214d61879c3531c0f0fe34656764a26906
commit r14-6676-g746e7b214d61879c3531c0f0fe34656764a26906
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date: Tue Dec 19 12:35:23 2023 +0800
RISC-V: Fix FAIL of dynamic-lmul2-7.c
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.
Diff:
---
gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c
index 0e6d5fe5f62..636332dbb62 100644
--- a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c
+++ b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul2-7.c
@@ -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" } } */
More information about the Gcc-cvs
mailing list