Re: [PATCH 2/2] loops: Invoke lim after successful loop interchange

2020-11-12 Thread Richard Biener
On Thu, 12 Nov 2020, Martin Jambor wrote: > Hi, > > On Wed, Nov 11 2020, Richard Biener wrote: > > On Mon, 9 Nov 2020, Martin Jambor wrote: > > > >> this patch modifies the loop invariant pass so that is can operate > >> only on a single requested loop and its sub-loops and ignore the rest > >> o

Re: [PATCH 2/2] loops: Invoke lim after successful loop interchange

2020-11-12 Thread Martin Jambor
Hi, On Wed, Nov 11 2020, Richard Biener wrote: > On Mon, 9 Nov 2020, Martin Jambor wrote: > >> this patch modifies the loop invariant pass so that is can operate >> only on a single requested loop and its sub-loops and ignore the rest >> of the function, much like it currently ignores basic blocks

Re: [PATCH 2/2] loops: Invoke lim after successful loop interchange

2020-11-11 Thread Richard Biener
On Mon, 9 Nov 2020, Martin Jambor wrote: > Hi, > > this patch modifies the loop invariant pass so that is can operate > only on a single requested loop and its sub-loops and ignore the rest > of the function, much like it currently ignores basic blocks that are > not in any real loop. It then in

[PATCH 2/2] loops: Invoke lim after successful loop interchange

2020-11-09 Thread Martin Jambor
Hi, this patch modifies the loop invariant pass so that is can operate only on a single requested loop and its sub-loops and ignore the rest of the function, much like it currently ignores basic blocks that are not in any real loop. It then invokes it from within the loop interchange pass when it