Re: [PATCH] Proposal for IPA init() constant propagation

2020-01-23 Thread Erick Ochoa
Forgot to attach the test cases. On 2020-01-23 10:20 a.m., Erick Ochoa wrote: > Hi Jan, > > Here is a patch I just rebased against > > commit 2589beb1d1a065f75a5515c9e2698de12a421913 (origin/master, origin/HEAD, > master) > Author: GCC Administrator > Date: Sun Jan 19 00:16:30 2020 + >

Re: [PATCH] Proposal for IPA init() constant propagation

2020-01-23 Thread Erick Ochoa
Hi Jan, Here is a patch I just rebased against commit 2589beb1d1a065f75a5515c9e2698de12a421913 (origin/master, origin/HEAD, master) Author: GCC Administrator Date: Sun Jan 19 00:16:30 2020 + I also include some test cases. To run test cases, just set your path for the gcc executable comp

Re: [PATCH] Proposal for IPA init() constant propagation

2020-01-23 Thread Jan Hubicka
> Hi. > > Thank you for the patch. I'm CCing the author of current IPA CP > and IPA maintainer. OK, happy to be in CC, but I wonder where I find the last version of the patch? https://gcc.gnu.org/bugzilla/attachment.cgi?id=47455 Honza > > Martin

Re: [PATCH] Proposal for IPA init() constant propagation

2020-01-23 Thread Martin Liška
Hi. Thank you for the patch. I'm CCing the author of current IPA CP and IPA maintainer. Martin