Re: [PATCH] ipa-sra: Improve debug info for removed parameters (PR 93385)

2021-11-04 Thread Richard Biener via Gcc-patches
On Thu, 4 Nov 2021, Martin Jambor wrote: > Hi, > > On Wed, Nov 03 2021, Richard Biener wrote: > > On Mon, 1 Nov 2021, Martin Jambor wrote: > > > >> Hello, > >> > >> I'd like to ping this patch. > >> > >> Thanks, > >> > >> Martin > >> > >> > >> On Wed, Oct 13 2021, Martin Jambor wrote: > >> >

Re: [PATCH] ipa-sra: Improve debug info for removed parameters (PR 93385)

2021-11-04 Thread Martin Jambor
Hi, On Wed, Nov 03 2021, Richard Biener wrote: > On Mon, 1 Nov 2021, Martin Jambor wrote: > >> Hello, >> >> I'd like to ping this patch. >> >> Thanks, >> >> Martin >> >> >> On Wed, Oct 13 2021, Martin Jambor wrote: >> > Hi, >> > >> > in spring I added code eliminating any statements using par

Re: [PATCH] ipa-sra: Improve debug info for removed parameters (PR 93385)

2021-11-03 Thread Richard Biener via Gcc-patches
On Mon, 1 Nov 2021, Martin Jambor wrote: > Hello, > > I'd like to ping this patch. > > Thanks, > > Martin > > > On Wed, Oct 13 2021, Martin Jambor wrote: > > Hi, > > > > in spring I added code eliminating any statements using parameters > > removed by IPA passes (to fix PR 93385). That patch

Re: [PATCH] ipa-sra: Improve debug info for removed parameters (PR 93385)

2021-11-01 Thread Martin Jambor
Hello, I'd like to ping this patch. Thanks, Martin On Wed, Oct 13 2021, Martin Jambor wrote: > Hi, > > in spring I added code eliminating any statements using parameters > removed by IPA passes (to fix PR 93385). That patch fixed issues such > as divisions by zero that such code could perform

[PATCH] ipa-sra: Improve debug info for removed parameters (PR 93385)

2021-10-13 Thread Martin Jambor
Hi, in spring I added code eliminating any statements using parameters removed by IPA passes (to fix PR 93385). That patch fixed issues such as divisions by zero that such code could perform but it only reset all affected debug bind statements, this one updates them with expressions which can all