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.
This commit is contained in:
parent
b61e849bd3
commit
746e7b214d
1 changed files with 1 additions and 1 deletions
|
@ -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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue