Re: Where did my function go?

2020-10-18 Thread Richard Biener via Gcc
On Fri, Oct 16, 2020 at 9:59 PM Gary Oblock via Gcc wrote: > > I have a tiny program composed of a few functions > and one of those functions (setupB) has gone missing. > Since I need to walk its GIMPLE, this is a problem. > > The program: > > -- aux.h - > #

Re: Where did my function go?

2020-10-20 Thread Richard Biener via Gcc
s what we're talking about?), but definitely the IL is unmodified in that state. Maybe Martin has an idea. Richard. > Gary > > > > > From: Richard Biener > Sent: Sunday, October 18, 2020 11:28 PM > To: Gary Oblock > Cc: gcc@gcc.gn

Re: Where did my function go?

2020-10-20 Thread Martin Jambor
Hi, On Tue, Oct 20 2020, Richard Biener wrote: > On Mon, Oct 19, 2020 at 7:52 PM Gary Oblock wrote: >> >> Richard, >> >> I guess that will work for me. However, since it >> was decided to remove an identical function, >> why weren't the calls to it adjusted to reflect it? >> If the call wasn't tr

Re: Where did my function go?

2020-10-20 Thread Richard Biener via Gcc
On Tue, Oct 20, 2020 at 1:02 PM Martin Jambor wrote: > > Hi, > > On Tue, Oct 20 2020, Richard Biener wrote: > > On Mon, Oct 19, 2020 at 7:52 PM Gary Oblock > > wrote: > >> > >> Richard, > >> > >> I guess that will work for me. However, since it > >> was decided to remove an identical function, >

Re: Where did my function go?

2020-10-20 Thread Jan Hubicka
> On Tue, Oct 20, 2020 at 1:02 PM Martin Jambor wrote: > > > > Hi, > > > > On Tue, Oct 20 2020, Richard Biener wrote: > > > On Mon, Oct 19, 2020 at 7:52 PM Gary Oblock > > > wrote: > > >> > > >> Richard, > > >> > > >> I guess that will work for me. However, since it > > >> was decided to remove

Re: Where did my function go?

2020-10-20 Thread Jan Hubicka
> > On Tue, Oct 20, 2020 at 1:02 PM Martin Jambor wrote: > > > > > > Hi, > > > > > > On Tue, Oct 20 2020, Richard Biener wrote: > > > > On Mon, Oct 19, 2020 at 7:52 PM Gary Oblock > > > > wrote: > > > >> > > > >> Richard, > > > >> > > > >> I guess that will work for me. However, since it > > > >

Re: Where did my function go?

2020-10-20 Thread Martin Jambor
Hi, On Tue, Oct 20 2020, Jan Hubicka wrote: >> On Tue, Oct 20, 2020 at 1:02 PM Martin Jambor wrote: >> > >> > Hi, >> > >> > On Tue, Oct 20 2020, Richard Biener wrote: >> > > On Mon, Oct 19, 2020 at 7:52 PM Gary Oblock >> > > wrote: >> > >> >> > >> Richard, >> > >> >> > >> I guess that will work

Re: Where did my function go?

2020-10-20 Thread Gary Oblock via Gcc
Am I missing something? Gary From: Jan Hubicka Sent: Tuesday, October 20, 2020 4:34 AM To: Richard Biener Cc: GCC Development ; Gary Oblock Subject: Re: Where did my function go? [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please

Re: Where did my function go?

2020-10-20 Thread Richard Biener via Gcc
IPA process you're experiencing the issue. Richard. > Am I missing something? > > Gary > > From: Jan Hubicka > Sent: Tuesday, October 20, 2020 4:34 AM > To: Richard Biener > Cc: GCC Development ; Gary Oblock > Subject: Re: Where did my function go? > > [EX

Re: Where did my function go?

2020-10-21 Thread Jan Hubicka
ay be some issues as this path is untested and i.e ipa-sra/ipa-prop does quite difficult transformations these days. What happens? Honza > > Richard. > > > Am I missing something? > > > > Gary > > ________ > > From: Jan Hubicka > > S