RE: Re: [PATCH v1] RISC-V: Support vec_init for trailing same element

2023-11-14 Thread Li, Pan2
; kito.cheng Subject: Re: Re: [PATCH v1] RISC-V: Support vec_init for trailing same element On Fri, Nov 10, 2023 at 04:11:44PM +0800, juzhe.zh...@rivai.ai wrote: > And I have revert this patch since we can disscuss more about this pattern > optimization. Unfortunately this broke the ChangeLog gene

Re: Re: [PATCH v1] RISC-V: Support vec_init for trailing same element

2023-11-14 Thread Jakub Jelinek
On Fri, Nov 10, 2023 at 04:11:44PM +0800, juzhe.zh...@rivai.ai wrote: > And I have revert this patch since we can disscuss more about this pattern > optimization. Unfortunately this broke the ChangeLog generation for several days. The commit message says: Revert "RISC-V: Support vec_init for

RE: [PATCH v1] RISC-V: Support vec_init for trailing same element

2023-11-09 Thread Li, Pan2
Committed, thanks Juzhe. Pan From: juzhe.zhong Sent: Friday, November 10, 2023 2:32 PM To: Li, Pan2 Cc: gcc-patches@gcc.gnu.org; Li, Pan2 ; Wang, Yanzhang ; kito.ch...@gmail.com Subject: Re: [PATCH v1] RISC-V: Support vec_init for trailing same element lgtm Replied Message From

Re: [PATCH v1] RISC-V: Support vec_init for trailing same element

2023-11-09 Thread juzhe.zhong
lgtm Replied Message Frompan2...@intel.comDate11/10/2023 14:22 Togcc-patches@gcc.gnu.org Ccjuzhe.zh...@rivai.ai,pan2...@intel.com,yanzhang.w...@intel.com,kito.ch...@gmail.comSubject[PATCH v1] RISC-V: Support vec_init for trailing same element