]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/riscv/rvv/autovec/ternop/ternop_nofm-8.c
RISC-V: Enable undefined support for RVV auto-vectorization[PR110751]
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / riscv / rvv / autovec / ternop / ternop_nofm-8.c
1 /* { dg-do compile } */
2 /* { dg-additional-options "-march=rv32gcv_zvfh -mabi=ilp32d --param=riscv-autovec-preference=scalable -fdump-tree-optimized-details -fno-vect-cost-model" } */
3
4 #include "ternop-8.c"
5
6 /* { dg-final { scan-tree-dump-times "COND_LEN_FMS" 9 "optimized" } } */
7 /* { dg-final { scan-assembler-not {\tvmv} } } */