Re: [PATCH] gcc-9 sra: Cap number of sub-access propagations with a param (PR 93435)

2020-04-03 Thread Richard Biener
On Thu, 2 Apr 2020, Martin Jambor wrote: > Hi, > > This is non-trivial but rather straightforward backport of > 29f23ed79b60949fc60f6fdbbd931bd58090b241 from master. See > https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542390.html for > more information. > > Bootstrapped and tested on gcc

[PATCH] gcc-9 sra: Cap number of sub-access propagations with a param (PR 93435)

2020-04-02 Thread Martin Jambor
Hi, This is non-trivial but rather straightforward backport of 29f23ed79b60949fc60f6fdbbd931bd58090b241 from master. See https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542390.html for more information. Bootstrapped and tested on gcc-9 branch, can I commit it there? It also applies as-is t