Re: [PATCH 3/3] RISC-V: make the stack manipulation codes more readable.

2023-04-17 Thread Jeff Law via Gcc-patches
On 12/1/22 03:03, Fei Gao wrote: gcc/ChangeLog: * config/riscv/riscv.cc (riscv_first_stack_step): make codes more readable. (riscv_expand_epilogue): likewise. Thanks. I fixed up the capitalization and one or two whitespace errors and pushed this patch to the trunk. Than

[PING] [PATCH 3/3] RISC-V: make the stack manipulation codes more readable.

2023-02-03 Thread Fei Gao
Gentle ping. The patch I previously submitted: | Date: Wed, 30 Nov 2022 00:38:08 -0800 | Subject: [PATCH] RISC-V: optimize stack manipulation in save-restore | Message-ID: I split the patches as per Palmer's review comment. BR Fei >gcc/ChangeLog: > >    * config/riscv/riscv.cc (riscv_first

[PATCH 3/3] RISC-V: make the stack manipulation codes more readable.

2022-12-01 Thread Fei Gao
gcc/ChangeLog: * config/riscv/riscv.cc (riscv_first_stack_step): make codes more readable. (riscv_expand_epilogue): likewise. --- gcc/config/riscv/riscv.cc | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gcc/config/riscv/riscv.cc b/gcc/confi