On Thu, Jul 22, 2021 at 2:56 PM 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
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 (struct loops *loops, unsigned flags)
> to support loop hierarchy tree rat
Hi,
This v2 has addressed some review comments/suggestions:
- Use "!=" instead of "<" in function operator!= (const Iter &rhs)
- Add new CTOR loops_list (struct loops *loops, unsigned flags)
to support loop hierarchy tree rather than just a function,
and adjust to use loops* according