RE: [PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV

2023-10-13 Thread Li, Pan2
Committed, thanks Richard. Pan -Original Message- From: Richard Biener Sent: Friday, October 13, 2023 8:00 PM To: Juzhe-Zhong Cc: gcc-patches@gcc.gnu.org; jeffreya...@gmail.com Subject: Re: [PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV On Fri, 13 Oct 2023, Juzhe-Zhong

Re: [PATCH] RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV

2023-10-13 Thread Richard Biener
On Fri, 13 Oct 2023, Juzhe-Zhong wrote: > 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. OK > gcc/testsuite/ChangeLog: > > * gcc.dg/vect/bb-slp-68.c: Use vect512. > > --- >