Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-10-05 Thread Andrea Corallo
Jeff Law writes: > On 10/3/19 6:47 AM, Andrea Corallo wrote: >> >> Jeff Law writes: >> >>> On 10/1/19 4:11 AM, Andrea Corallo wrote: Martin Jambor writes: > Hi, > > On Mon, Sep 30 2019, Andrea Corallo wrote: >> Hi all, >> I'd like to submit this patch. >> It

Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-10-03 Thread Jeff Law
On 10/3/19 6:47 AM, Andrea Corallo wrote: > > Jeff Law writes: > >> On 10/1/19 4:11 AM, Andrea Corallo wrote: >>> Martin Jambor writes: >>> Hi, On Mon, Sep 30 2019, Andrea Corallo wrote: > Hi all, > I'd like to submit this patch. > It release the ipa cp transformation

Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-10-03 Thread Andrea Corallo
Jeff Law writes: > On 10/1/19 4:11 AM, Andrea Corallo wrote: >> Martin Jambor writes: >> >>> Hi, >>> >>> On Mon, Sep 30 2019, Andrea Corallo wrote: Hi all, I'd like to submit this patch. It release the ipa cp transformation summary after functions being expanded. This

Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-10-01 Thread Jeff Law
On 10/1/19 4:11 AM, Andrea Corallo wrote: > Martin Jambor writes: > >> Hi, >> >> On Mon, Sep 30 2019, Andrea Corallo wrote: >>> Hi all, >>> I'd like to submit this patch. >>> It release the ipa cp transformation summary after functions being expanded. >>> This is to fix the compiler when used

Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-10-01 Thread Andrea Corallo
Martin Jambor writes: > Hi, > > On Mon, Sep 30 2019, Andrea Corallo wrote: >> Hi all, >> I'd like to submit this patch. >> It release the ipa cp transformation summary after functions being expanded. >> This is to fix the compiler when used with libgccjit on subsequent >> compilations (every new

Re: [PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-09-30 Thread Martin Jambor
Hi, On Mon, Sep 30 2019, Andrea Corallo wrote: > Hi all, > I'd like to submit this patch. > It release the ipa cp transformation summary after functions being expanded. > This is to fix the compiler when used with libgccjit on subsequent > compilations (every new compilation should have a clean

[PATCH] IPA-CP release transformation summary (PR jit/91928)

2019-09-30 Thread Andrea Corallo
Hi all, I'd like to submit this patch. It release the ipa cp transformation summary after functions being expanded. This is to fix the compiler when used with libgccjit on subsequent compilations (every new compilation should have a clean transformation summary). Bootstrap on arm64 and X86-64.