diff options
author | Juzhe-Zhong <juzhe.zhong@rivai.ai> | 2023-12-29 09:39:36 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-12-29 09:41:16 +0800 |
commit | 7dc868cb31c41d6d237d01be67469c2e9576c99d (patch) | |
tree | c7bc49f1883692527683e1176bc9d41034daaf23 | |
parent | d1eacedc6d9ba9f5522f2c8d49ccfdf7939ad72d (diff) | |
download | gcc-7dc868cb31c41d6d237d01be67469c2e9576c99d.zip gcc-7dc868cb31c41d6d237d01be67469c2e9576c99d.tar.gz gcc-7dc868cb31c41d6d237d01be67469c2e9576c99d.tar.bz2 |
RISC-V: Robostify testcase pr113112-1.c
The redudant dump check is fragile and easily changed, not necessary.
Tested on both RV32/RV64 no regression.
Remove it and committed.
gcc/testsuite/ChangeLog:
* gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c: Remove redundant checks.
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c index 95df780..2dc39ad 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c +++ b/gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr113112-1.c @@ -24,6 +24,3 @@ foo (int n){ /* { dg-final { scan-assembler-not {jr} } } */ /* { dg-final { scan-assembler-times {ret} 1 } } */ /* { dg-final { scan-tree-dump-times "Preferring smaller LMUL loop because it has unexpected spills" 1 "vect" } } */ -/* { dg-final { scan-tree-dump "At most 8 number of live V_REG at program point 1 for bb 4" "vect" } } */ -/* { dg-final { scan-tree-dump "At most 40 number of live V_REG at program point 1 for bb 3" "vect" } } */ -/* { dg-final { scan-tree-dump "At most 8 number of live V_REG at program point 1 for bb 5" "vect" } } */ |