Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-18 Thread Lehua Ding
On 2023/11/18 16:24, Sam James wrote: Lehua Ding writes: Hi Sam, On 2023/11/18 16:06, Sam James wrote: Lehua Ding writes: Hi Vladimir, On 2023/11/17 22:05, Vladimir Makarov wrote: On 11/16/23 21:06, Lehua Ding wrote: Hi Vladimir, Thank you so much for your review. Based on your co

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-18 Thread Sam James
Lehua Ding writes: > Hi Sam, > > On 2023/11/18 16:06, Sam James wrote: >> Lehua Ding writes: >> >>> Hi Vladimir, >>> >>> On 2023/11/17 22:05, Vladimir Makarov wrote: On 11/16/23 21:06, Lehua Ding wrote: > Hi Vladimir, > > Thank you so much for your review. Based on your comme

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-18 Thread Lehua Ding
Hi Sam, On 2023/11/18 16:06, Sam James wrote: Lehua Ding writes: Hi Vladimir, On 2023/11/17 22:05, Vladimir Makarov wrote: On 11/16/23 21:06, Lehua Ding wrote: Hi Vladimir, Thank you so much for your review. Based on your comments, I feel like there are a lot of issues, especially the lo

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-18 Thread Sam James
Lehua Ding writes: > Hi Vladimir, > > On 2023/11/17 22:05, Vladimir Makarov wrote: >> On 11/16/23 21:06, Lehua Ding wrote: >>> Hi Vladimir, >>> >>> Thank you so much for your review. Based on your comments, I feel >>> like there are a lot of issues, especially the long compile time >>> issue. S

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-18 Thread Lehua Ding
Hi Vladimir, On 2023/11/17 22:05, Vladimir Makarov wrote: On 11/16/23 21:06, Lehua Ding wrote: Hi Vladimir, Thank you so much for your review. Based on your comments, I feel like there are a lot of issues, especially the long compile time issue. So I'm going to reorganize and refactor the p

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-17 Thread Vladimir Makarov
On 11/16/23 21:06, Lehua Ding wrote: Hi Vladimir, Thank you so much for your review. Based on your comments, I feel like there are a lot of issues, especially the long compile time issue. So I'm going to reorganize and refactor the patches so that as many of them as possible can be reviewed

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-16 Thread Lehua Ding
Hi Vladimir, Thank you so much for your review. Based on your comments, I feel like there are a lot of issues, especially the long compile time issue. So I'm going to reorganize and refactor the patches so that as many of them as possible can be reviewed separately. this way there will be fewe

Re: [PATCH V3 4/7] ira: Support subreg copy

2023-11-16 Thread Vladimir Makarov
On 11/12/23 07:08, Lehua Ding wrote: This patch changes the previous way of creating a copy between allocnos to objects. gcc/ChangeLog: * ira-build.cc (find_allocno_copy): Removed. (find_object): New. (ira_create_copy): Adjust. (add_allocno_copy_to_list): Adju

[PATCH V3 4/7] ira: Support subreg copy

2023-11-12 Thread Lehua Ding
This patch changes the previous way of creating a copy between allocnos to objects. gcc/ChangeLog: * ira-build.cc (find_allocno_copy): Removed. (find_object): New. (ira_create_copy): Adjust. (add_allocno_copy_to_list): Adjust. (swap_allocno_copy_ends_if_ne