Re: Re: [PATCH] RISC-V: Fix Bug 109092

2023-03-17 Thread Kito Cheng via Gcc-patches
From: Jeff Law > Date: 2023-03-15 02:13 > To: juzhe.zhong; gcc-patches > CC: kito.cheng > Subject: Re: [PATCH] RISC-V: Fix Bug 109092 > > > On 3/13/23 08:17, juzhe.zh...@rivai.ai wrote: > > From: Ju-Zhe Zhong > > > > This patch fix bug: https://gcc.gnu.org/bugz

Re: Re: [PATCH] RISC-V: Fix Bug 109092

2023-03-14 Thread juzhe.zh...@rivai.ai
Kito commit patch for me. juzhe.zh...@rivai.ai From: Jeff Law Date: 2023-03-15 02:13 To: juzhe.zhong; gcc-patches CC: kito.cheng Subject: Re: [PATCH] RISC-V: Fix Bug 109092 On 3/13/23 08:17, juzhe.zh...@rivai.ai wrote: > From: Ju-Zhe Zhong > > This patch fix bug: https://gcc.gn

Re: [PATCH] RISC-V: Fix Bug 109092

2023-03-14 Thread Jeff Law via Gcc-patches
On 3/13/23 08:17, juzhe.zh...@rivai.ai wrote: From: Ju-Zhe Zhong This patch fix bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109092. gcc/ChangeLog: * config/riscv/riscv.md: Fix subreg bug. LGTM. Do you have write access now? If so, go ahead and commit this patch. Do you h

[PATCH] RISC-V: Fix Bug 109092

2023-03-13 Thread juzhe . zhong
From: Ju-Zhe Zhong This patch fix bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109092. gcc/ChangeLog: * config/riscv/riscv.md: Fix subreg bug. --- gcc/config/riscv/riscv.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/riscv/riscv.md b/gcc/c