aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>2023-11-21 20:55:19 +0800
committerLehua Ding <lehua.ding@rivai.ai>2023-11-21 20:57:59 +0800
commit0a033038cdd1360f96dff171d719ea49f951ce63 (patch)
tree385549497a0eef3b581edef8d7060e825a38105b
parent878a860cae78146d98d7a21612f0bcec0930a9c2 (diff)
downloadgcc-0a033038cdd1360f96dff171d719ea49f951ce63.zip
gcc-0a033038cdd1360f96dff171d719ea49f951ce63.tar.gz
gcc-0a033038cdd1360f96dff171d719ea49f951ce63.tar.bz2
RISC-V: Add missing dump check of pr112438.c
Notice the dump check is missing, add it. Committed as it is obvious. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr112438.c: Add missing dump check.
-rw-r--r--gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c b/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c
index 51f90df..d6770af 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c
+++ b/gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c
@@ -31,3 +31,4 @@ float * __restrict out, float x)
}
/* We don't want to see vect_vec_iv_.21_25 + { POLY_INT_CST [4, 4], ... }. */
+/* { dg-final { scan-tree-dump-not "\\+ \{ POLY_INT_CST" "optimized" } } */