Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-09-04 Thread Martin Jambor
On Tue, Sep 04, 2012 at 11:27:47AM +0200, Richard Guenther wrote: > On Mon, Sep 3, 2012 at 5:52 PM, Jan Hubicka wrote: > >> On Fri, Aug 31, 2012 at 7:24 PM, Martin Jambor wrote: > >> > Hi, > >> > > >> > On Thu, Aug 30, 2012 at 05:11:35PM +0200, Martin Jambor wrote: > >> >> this is a new version o

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-09-04 Thread Richard Guenther
On Mon, Sep 3, 2012 at 5:52 PM, Jan Hubicka wrote: >> On Fri, Aug 31, 2012 at 7:24 PM, Martin Jambor wrote: >> > Hi, >> > >> > On Thu, Aug 30, 2012 at 05:11:35PM +0200, Martin Jambor wrote: >> >> this is a new version of the patch which makes ipa analysis produce >> >> predicates for PHI node res

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-09-03 Thread Jan Hubicka
> On Fri, Aug 31, 2012 at 7:24 PM, Martin Jambor wrote: > > Hi, > > > > On Thu, Aug 30, 2012 at 05:11:35PM +0200, Martin Jambor wrote: > >> this is a new version of the patch which makes ipa analysis produce > >> predicates for PHI node results, at least at the bottom of the > >> simplest diamond

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-09-03 Thread Richard Guenther
On Fri, Aug 31, 2012 at 7:24 PM, Martin Jambor wrote: > Hi, > > On Thu, Aug 30, 2012 at 05:11:35PM +0200, Martin Jambor wrote: >> this is a new version of the patch which makes ipa analysis produce >> predicates for PHI node results, at least at the bottom of the >> simplest diamond and semi-diamo

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-08-31 Thread Martin Jambor
Hi, On Thu, Aug 30, 2012 at 05:11:35PM +0200, Martin Jambor wrote: > this is a new version of the patch which makes ipa analysis produce > predicates for PHI node results, at least at the bottom of the > simplest diamond and semi-diamond CFG subgraphs. This time I also > analyze the conditions ag

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-08-31 Thread Martin Jambor
Hi, On Fri, Aug 31, 2012 at 10:52:28AM +0200, Jan Hubicka wrote: > > Hi, > > > > this is a new version of the patch which makes ipa analysis produce > > predicates for PHI node results, at least at the bottom of the > > simplest diamond and semi-diamond CFG subgraphs. This time I also > > analyz

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-08-31 Thread Jan Hubicka
> Hi, > > this is a new version of the patch which makes ipa analysis produce > predicates for PHI node results, at least at the bottom of the > simplest diamond and semi-diamond CFG subgraphs. This time I also > analyze the conditions again rather than extracting information from > CFG edges, wh

Re: [PATCH 3/3] Compute predicates for phi node results in ipa-inline-analysis.c

2012-08-09 Thread Jan Hubicka
> Hi, > > this third patch is basically a proof-of-concept aiming at alleviating > the following code found in Fortran functions when they look at the > contents of array descriptors: > > : > stride.156_7 = strain_tensor_6(D)->dim[0].stride; > if (stride.156_7 != 0) > goto ; >