Re: [PATCH v2] regrename: Skip renaming if instruction is noop move.

2021-12-14 Thread Jeff Law via Gcc-patches
On 12/13/2021 6:40 PM, Jojo R wrote: Hi, Thank you for your review & help. I could not fetch the merged patch from gcc master of git. Is there any problem for this ? I assumed you'd commit the change.  I thought you had commit privileges.   I'll go ahead and push it momentarily. Thanks f

Re: [PATCH v2] regrename: Skip renaming if instruction is noop move.

2021-12-13 Thread Jojo R via Gcc-patches
Hi, Thank you for your review & help. I could not fetch the merged patch from gcc master of git. Is there any problem for this ? Thanks. — Jojo 在 2021年12月3日 +0800 PM10:57,Jeff Law ,写道: > > > On 12/2/2021 9:26 PM, Jojo R wrote: > > Skip renaming if instruction is noop mo

Re: [PATCH v2] regrename: Skip renaming if instruction is noop move.

2021-12-03 Thread Jeff Law via Gcc-patches
On 12/2/2021 9:26 PM, Jojo R wrote: Skip renaming if instruction is noop move, and it will been removed for performance. gcc/ * regrename.c (find_rename_reg): Return satisfied regno if instruction is noop move. OK jeff

[PATCH v2] regrename: Skip renaming if instruction is noop move.

2021-12-02 Thread Jojo R via Gcc-patches
Skip renaming if instruction is noop move, and it will been removed for performance. gcc/ * regrename.c (find_rename_reg): Return satisfied regno if instruction is noop move. --- gcc/regrename.c | 5 + 1 file changed, 5 insertions(+) diff --git a/gcc/regrename.c b/gcc/regrena

[PATCH v2] regrename: Skip renaming if instruction is noop move.

2021-12-02 Thread Jojo R via Gcc-patches
Skip renaming if instruction is noop move, and it will been removed for performance. gcc/ * regrename.c (find_rename_reg): Return satisfied regno if instruction is noop move. --- gcc/regrename.c | 5 + 1 file changed, 5 insertions(+) diff --git a/gcc/regrename.c b/gcc/regrena