Re: [PATCH 3/4] New IPA-SRA implementation

2019-09-24 Thread Martin Jambor
Hi, sorry for replying so late, I still haven't recovered from two weeks of traveling and conferences. On Sat, Sep 21 2019, Richard Sandiford wrote: > Hi, > > Thanks for doing this. > > Martin Jambor writes: >> +/* Analyze function body scan results stored in param_accesses and >> +

Re: [PATCH 3/4] New IPA-SRA implementation

2019-09-21 Thread Richard Sandiford
Hi, Thanks for doing this. Martin Jambor writes: > +/* Analyze function body scan results stored in param_accesses and > + param_accesses, detect possible transformations and store information of > + those in function summary. NODE, FUN and IFS are all various structures > + describing

Re: [PATCH 3/4] New IPA-SRA implementation

2019-09-19 Thread Martin Jambor
Hi, On Fri, Sep 13 2019, Jan Hubicka wrote: >> This patch actually adds the analysis bits of IPA-SRA - both the >> function summary generation and the interprocedural analysis and >> decision stage. The transformation itself then happens in the call >> graph cloning infrastructure changes which

Re: [PATCH 3/4] New IPA-SRA implementation

2019-09-13 Thread Jan Hubicka
> This patch actually adds the analysis bits of IPA-SRA - both the > function summary generation and the interprocedural analysis and > decision stage. The transformation itself then happens in the call > graph cloning infrastructure changes which are in the previous patch. > Please see the cover