Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-09-18 Thread Lehua Ding
Hi Kito, On 2023/9/18 16:08, Kito Cheng wrote: - ./contrib/git-backport.py This step fails because of conflicts. So am I should send another patch based on the GCC 13 code? -- Best, Lehua

Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-09-18 Thread Kito Cheng via Gcc-patches
OK for backport now, steps for backport: - checkout to releases/gcc-13 branch - ./contrib/git-backport.py - Make sure everything is alright, build-able, no extra regression. - push releases/gcc-13 branch! On Mon, Sep 18, 2023 at 3:54 PM Lehua Ding wrote: > > Hi Kito, > > Can this bugfix be backp

Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-09-18 Thread Lehua Ding
Hi Kito, Can this bugfix be backported to GCC 13 now? If so, how can I do it? On 2023/8/31 10:12, Lehua Ding wrote: Committed to the trunk and backported to GCC 13 one week later. Thanks Juzhe and Kito. On 2023/8/31 9:44, Kito Cheng via Gcc-patches wrote: OK for gcc 13 branch too, the general

Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-08-30 Thread Lehua Ding
Committed to the trunk and backported to GCC 13 one week later. Thanks Juzhe and Kito. On 2023/8/31 9:44, Kito Cheng via Gcc-patches wrote: OK for gcc 13 branch too, the general rule for backport is to wait one week on trunk to make sure the fix is stable. On Thu, Aug 31, 2023 at 8:08 AM juzhe

Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-08-30 Thread Kito Cheng via Gcc-patches
OK for gcc 13 branch too, the general rule for backport is to wait one week on trunk to make sure the fix is stable. On Thu, Aug 31, 2023 at 8:08 AM juzhe.zh...@rivai.ai wrote: > > Ok for trunk. But not sure whether it's ok for GCC-13. > > > > juzhe.zh...@rivai.ai > > From: Lehua Ding > Date: 20

Re: [PATCH] RISC-V: Fix vsetvl pass ICE

2023-08-30 Thread juzhe.zh...@rivai.ai
Ok for trunk. But not sure whether it's ok for GCC-13. juzhe.zh...@rivai.ai From: Lehua Ding Date: 2023-08-30 17:51 To: gcc-patches CC: juzhe.zhong; kito.cheng; rdapp.gcc; palmer; jeffreyalaw Subject: [PATCH] RISC-V: Fix vsetvl pass ICE This patch fix pr111234 (a vsetvl pass ICE) when fuse a m

RE: Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization

2023-05-28 Thread Li, Pan2 via Gcc-patches
Committed, thanks Kito. Pan From: juzhe.zh...@rivai.ai Sent: Monday, May 29, 2023 2:02 PM To: kito.cheng Cc: Kito.cheng ; Robin Dapp ; gcc-patches ; jeffreyalaw ; palmer ; palmer ; Li, Pan2 Subject: Re: Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization Yes

Re: Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization

2023-05-28 Thread juzhe.zh...@rivai.ai
Yes. juzhe.zh...@rivai.ai From: Kito Cheng Date: 2023-05-29 12:36 To: juzhe.zh...@rivai.ai CC: Kito.cheng; Robin Dapp; gcc-patches; jeffreyalaw; palmer; palmer; pan2.li Subject: Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization Ok, and just make sure this only appear for trunk

Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization

2023-05-28 Thread Kito Cheng via Gcc-patches
Ok, and just make sure this only appear for trunk, right? juzhe.zh...@rivai.ai 於 2023年5月29日 週一,12:19寫道: > This patch is fixing VSETVL PASS bug. Ok for trunk ? > > > > juzhe.zh...@rivai.ai > > From: juzhe.zhong > Date: 2023-05-26 11:01 > To: gcc-patches > CC: kito.cheng; kito.cheng; palmer; palmer

Re: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization

2023-05-28 Thread juzhe.zh...@rivai.ai
This patch is fixing VSETVL PASS bug. Ok for trunk ? juzhe.zh...@rivai.ai From: juzhe.zhong Date: 2023-05-26 11:01 To: gcc-patches CC: kito.cheng; kito.cheng; palmer; palmer; jeffreyalaw; rdapp.gcc; pan2.li; Juzhe-Zhong Subject: [PATCH] RISC-V: Fix VSETVL PASS ICE on SLP auto-vectorization Fr