Re: [PATCH] testsuite: update builtins-5-p9-runnable.c for BE

2023-04-16 Thread guojiufu via Gcc-patches
On 2023-04-14 17:09, Kewen.Lin wrote: Hi Jeff, on 2023/4/14 16:01, guojiufu wrote: On 2023-04-14 15:30, Jiufu Guo wrote: Hi, As PR108809 mentioned, vec_xl_len_r and vec_xst_len_r are tested in gcc.target/powerpc/builtins-5-p9-runnable.c. The vector operand of these two bifs are different from

Re: [PATCH] testsuite: update builtins-5-p9-runnable.c for BE

2023-04-14 Thread Kewen.Lin via Gcc-patches
Hi Jeff, on 2023/4/14 16:01, guojiufu wrote: > On 2023-04-14 15:30, Jiufu Guo wrote: >> Hi, >> >> As PR108809 mentioned, vec_xl_len_r and vec_xst_len_r are tested >> in gcc.target/powerpc/builtins-5-p9-runnable.c. >> The vector operand of these two bifs are different from the view >> of v16_int8 b

Re: [PATCH] testsuite: update builtins-5-p9-runnable.c for BE

2023-04-14 Thread guojiufu via Gcc-patches
On 2023-04-14 15:30, Jiufu Guo wrote: Hi, As PR108809 mentioned, vec_xl_len_r and vec_xst_len_r are tested in gcc.target/powerpc/builtins-5-p9-runnable.c. The vector operand of these two bifs are different from the view of v16_int8 between BE and LE, even it is same from the view of 128bits(uint

[PATCH] testsuite: update builtins-5-p9-runnable.c for BE

2023-04-14 Thread Jiufu Guo via Gcc-patches
Hi, As PR108809 mentioned, vec_xl_len_r and vec_xst_len_r are tested in gcc.target/powerpc/builtins-5-p9-runnable.c. The vector operand of these two bifs are different from the view of v16_int8 between BE and LE, even it is same from the view of 128bits(uint128/V1TI). The test case gcc.target/p