Re: [PATCH] Make loops_list support an optional loop_p root

2021-07-29 Thread Richard Biener via Gcc-patches
On Fri, Jul 23, 2021 at 10:41 AM Kewen.Lin wrote: > > on 2021/7/22 下午8:56, Richard Biener wrote: > > On Tue, Jul 20, 2021 at 4:37 > > PM Kewen.Lin wrote: > >> > >> Hi, > >> > >> This v2 has addressed some review comments/suggestions: > >> > >> - Use "!=" instead of "<" in function operator!= (c

Re: [PATCH] Make loops_list support an optional loop_p root

2021-07-26 Thread Kewen.Lin via Gcc-patches
on 2021/7/24 上午12:26, Martin Sebor wrote: > On 7/23/21 2:41 AM, Kewen.Lin wrote: >> on 2021/7/22 下午8:56, Richard Biener wrote: >>> On Tue, Jul 20, 2021 at 4:37 >>> PM Kewen.Lin wrote: Hi, This v2 has addressed some review comments/suggestions:    - Use "!=" instead of

Re: [PATCH] Make loops_list support an optional loop_p root

2021-07-23 Thread Martin Sebor via Gcc-patches
On 7/23/21 2:41 AM, Kewen.Lin wrote: on 2021/7/22 下午8:56, Richard Biener wrote: On Tue, Jul 20, 2021 at 4:37 PM Kewen.Lin wrote: Hi, This v2 has addressed some review comments/suggestions: - Use "!=" instead of "<" in function operator!= (const Iter &rhs) - Add new CTOR loops_list (st