Re: [PATCH] Fix PR58554

2013-10-02 Thread Richard Biener
On Tue, 1 Oct 2013, Bernhard Reutner-Fischer wrote: > On 30 September 2013 14:19:01 Richard Biener wrote: > > > > This fixes PR58554, pattern recognition in loop distribution now > > needs to check whether all stmts are unconditionally executed. > > > > Bootstrapped and tested on x86_64-unknown

Re: [PATCH] Fix PR58554

2013-10-01 Thread Bernhard Reutner-Fischer
On 30 September 2013 14:19:01 Richard Biener wrote: This fixes PR58554, pattern recognition in loop distribution now needs to check whether all stmts are unconditionally executed. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2013-09-30 Richard Biener

[PATCH] Fix PR58554

2013-09-30 Thread Richard Biener
This fixes PR58554, pattern recognition in loop distribution now needs to check whether all stmts are unconditionally executed. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2013-09-30 Richard Biener PR tree-optimization/58554 * tree-loop-di