Richard Biener 于2023年9月25日周一 13:46写道:
>
>
>
> > Am 25.09.2023 um 04:53 schrieb Hanke Zhang via Gcc :
> >
> > Hi, I have recently been working on loops in gcc, and I have some
> > questions about the loop traversal.
> >
> > I use loops_list(cfun, LI_ONLY_INNERMOST) to traverse the loops in my
> >
> Am 25.09.2023 um 04:53 schrieb Hanke Zhang via Gcc :
>
> Hi, I have recently been working on loops in gcc, and I have some
> questions about the loop traversal.
>
> I use loops_list(cfun, LI_ONLY_INNERMOST) to traverse the loops in my
> pass to obtain the loop.
>
> I found that the order o