Re: [PATCH] testsuite: Adjust vect-bitfield-read-* with vect_shift and vect_long_long [PR107240]

2022-10-27 Thread Richard Biener via Gcc-patches
> Am 27.10.2022 um 09:10 schrieb Kewen.Lin : > > Hi, > > The test cases vect-bitfield-read-* requires vector shift > target support, they need one explicit vect_shift effective > target requirement checking. Besides, the vectype for struct > in test cases vect-bitfield-read-{2,4} is vector

[PATCH] testsuite: Adjust vect-bitfield-read-* with vect_shift and vect_long_long [PR107240]

2022-10-27 Thread Kewen.Lin via Gcc-patches
Hi, The test cases vect-bitfield-read-* requires vector shift target support, they need one explicit vect_shift effective target requirement checking. Besides, the vectype for struct in test cases vect-bitfield-read-{2,4} is vector of long long, we need to check effective target vect_long_long