Re: [PATCH 1.0/2] ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385)

2021-05-21 Thread Martin Jambor
Hi, On Tue, May 11 2021, Richard Biener wrote: > On Mon, May 10, 2021 at 8:52 PM Martin Jambor wrote: [...] >> @@ -969,6 +969,97 @@ ipa_param_body_adjustments::carry_over_param (tree t) >>return new_parm; >> } >> >> +/* Return true if BLOCKS_TO_COPY is NULL or if PHI has an argument ARG

Re: [PATCH 1.0/2] ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385)

2021-05-11 Thread Richard Biener via Gcc-patches
On Mon, May 10, 2021 at 8:52 PM Martin Jambor wrote: > > Hi, > > On Mon, May 10 2021, Richard Biener wrote: > > I've tried to have a look at this patch but it does a lot of IPA specific > > refactoring(?), so the actual DCE bits are hard to find. Is it possible > > to split the patch up or is it

Re: [PATCH 1.0/2] ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385)

2021-05-10 Thread Martin Jambor
Hi, On Mon, May 10 2021, Richard Biener wrote: > I've tried to have a look at this patch but it does a lot of IPA specific > refactoring(?), so the actual DCE bits are hard to find. Is it possible > to split the patch up or is it too entangled? > Yes: I was asked by Richi to split my fix for