RE: [PATCH 01/11] Match: Support form 1 for vector signed integer SAT_TRUNC

2024-10-21 Thread Li, Pan2
--Original Message- From: Richard Biener Sent: Monday, October 21, 2024 8:29 PM To: Li, Pan2 Cc: gcc-patches@gcc.gnu.org; tamar.christ...@arm.com; juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; rdapp@gmail.com Subject: Re: [PATCH 01/11] Match: Support form 1 for vec

Re: [PATCH 01/11] Match: Support form 1 for vector signed integer SAT_TRUNC

2024-10-21 Thread Richard Biener
On Mon, Oct 14, 2024 at 1:12 PM wrote: > > From: Pan Li > > This patch would like to support the form 1 of the vector signed > integer SAT_TRUNC. Aka below example: > > Form 1: > #define DEF_VEC_SAT_S_TRUNC_FMT_1(NT, WT, NT_MIN, NT_MAX) \ > void __attribute__((noinline))

[PATCH 01/11] Match: Support form 1 for vector signed integer SAT_TRUNC

2024-10-14 Thread pan2 . li
From: Pan Li This patch would like to support the form 1 of the vector signed integer SAT_TRUNC. Aka below example: Form 1: #define DEF_VEC_SAT_S_TRUNC_FMT_1(NT, WT, NT_MIN, NT_MAX) \ void __attribute__((noinline))\ vec_sat_s_trunc_##NT#