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
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
> 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
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
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
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
> 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
> 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 ;
>