RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV
Like comment said, this test failed on 64 bytes vector. Both RVV and GCN has 64 bytes vector. So it's more reasonable to use vect512. gcc/testsuite/ChangeLog: * gcc.dg/vect/bb-slp-68.c: Use vect512.
This commit is contained in:
parent
9a82cca91d
commit
8544efd6d4
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ void foo ()
|
|||
|
||||
/* We want to have the store group split into 4, 2, 4 when using 32byte vectors.
|
||||
Unfortunately it does not work when 64-byte vectors are available. */
|
||||
/* { dg-final { scan-tree-dump-not "from scalars" "slp2" { xfail amdgcn-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-not "from scalars" "slp2" { xfail vect512 } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue