]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Add missing dump check of pr112438.c
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Tue, 21 Nov 2023 12:55:19 +0000 (20:55 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Tue, 21 Nov 2023 12:57:59 +0000 (20:57 +0800)
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.

gcc/testsuite/gcc.target/riscv/rvv/autovec/pr112438.c

index 51f90df38a0cf7a7d14bcb98205bc4113298e510..d6770af184259da86373e238fe48741498523d4d 100644 (file)
@@ -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" } } */