Thanks Jeff. Just finish bootstrap +regression passed. Committed. juzhe.zhong@rivai.ai From: Jeff Law Date: 2023-11-07 11:49 To: juzhe.zhong@rivai.ai; gcc-patches CC: rguenther Subject: Re: [PATCH] test: Fix XPASS of bb-slp-43.c for RVV On 11/6/23 20:30, juzhe.zhong@rivai.ai wrote: > >> So will this create a FAIL if someone runs the testsuite with the >>> autovec preference set to scalable? > No, it won't. Since it is always -fno-vect-cost-model. > When a scalable vector doesn't have 256bit vector, it always XFAIL, for > example, ARM SVE. > >>> Or are the fallbacks to VLS still >>> available when we prefer scalable vectors? > Yes. since it is -fno-vect-cost-model. OK. Thanks for clarifying. This is fine for the trunk. jeff