Re: [PATCH, PR68659] Handle addr_expr and component_ref in graphite-ast-to-ast

2016-03-02 Thread Richard Biener
On Wed, 2 Mar 2016, Tom de Vries wrote: > On 01-03-16 10:45, Richard Biener wrote: > > On Tue, 1 Mar 2016, Tom de Vries wrote: > > > > > Hi, > > > > > > this patch fixes graphite PR68659, which is a 6 regression. > > > > > > The patch fixes two things: > > > - by handling new_expr == NULL_TREE

Re: [PATCH, PR68659] Handle addr_expr and component_ref in graphite-ast-to-ast

2016-03-02 Thread Tom de Vries
On 01-03-16 10:45, Richard Biener wrote: On Tue, 1 Mar 2016, Tom de Vries wrote: Hi, this patch fixes graphite PR68659, which is a 6 regression. The patch fixes two things: - by handling new_expr == NULL_TREE in collect_all_ssa_names, it handles a COMPONENT_REF where operand 2 is NULL_TREE

Re: [PATCH, PR68659] Handle addr_expr and component_ref in graphite-ast-to-ast

2016-03-01 Thread Richard Biener
On Tue, 1 Mar 2016, Tom de Vries wrote: > Hi, > > this patch fixes graphite PR68659, which is a 6 regression. > > The patch fixes two things: > - by handling new_expr == NULL_TREE in collect_all_ssa_names, it handles a > COMPONENT_REF where operand 2 is NULL_TREE. > - it handles an ADDR_EXPR i