RE: RE: [PATCH] Regression FIX: Remove vect_variable_length XFAIL from some tests

2023-12-19 Thread Richard Biener
ixed-length > vectors. > > But lets see what Richi says. The testcases are all very different, it doesn't make sense to discuss them together. Richard. > Thanks, > Tamar > > > From: ??? > Sent: Tuesday, December 19, 2023 1:02 PM > To: Tamar Christina ; gcc-patches

RE: RE: [PATCH] Regression FIX: Remove vect_variable_length XFAIL from some tests

2023-12-19 Thread Tamar Christina
Christina ; gcc-patches Cc: rguenther Subject: Re: RE: [PATCH] Regression FIX: Remove vect_variable_length XFAIL from some tests Do you mean for ARM SVE, these tests need to be specified as only ARM SVE ? Actually, for RVV, is same situation as ARM. We are using VLS modes (fixed-length vector

Re: RE: [PATCH] Regression FIX: Remove vect_variable_length XFAIL from some tests

2023-12-19 Thread 钟居哲
Do you mean for ARM SVE, these tests need to be specified as only ARM SVE ? Actually, for RVV, is same situation as ARM. We are using VLS modes (fixed-length vectors) to vectorize these cases so that they are XPASS. The difference between RVV and ARM is that: variable-length and fixed-length ve