]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Fri, 13 Oct 2023 06:01:26 +0000 (14:01 +0800)
committerPan Li <pan2.li@intel.com>
Fri, 13 Oct 2023 12:04:41 +0000 (20:04 +0800)
commit8544efd6d4aea46656c37b0e002503616f09edfc
treea37a7ce89ff09a136ea8e686638a39a0d91d9cd2
parent9a82cca91dee190d845ee1681440bc69a07c6d49
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.
gcc/testsuite/gcc.dg/vect/bb-slp-68.c