Re: [PATCH, PR50335] Disable graphite loop flattening

2012-03-02 Thread Richard Guenther
On Fri, Mar 2, 2012 at 6:09 AM, Maxim Kuvyrkov wrote: > On 1/03/2012, at 11:42 PM, Richard Guenther wrote: >> On Thu, Mar 1, 2012 at 6:28 AM, Maxim Kuvyrkov >> wrote: >>> This patch disables graphite loop flattening optimization due to it being >>> effectively unmaintained.  To avoid users tryi

Re: [PATCH, PR50335] Disable graphite loop flattening

2012-03-01 Thread Maxim Kuvyrkov
On 1/03/2012, at 11:42 PM, Richard Guenther wrote: > On Thu, Mar 1, 2012 at 6:28 AM, Maxim Kuvyrkov wrote: >> This patch disables graphite loop flattening optimization due to it being >> effectively unmaintained. To avoid users trying to use unsupported >> optimization and reporting bugs, Sebas

Re: [PATCH, PR50335] Disable graphite loop flattening

2012-03-01 Thread Richard Guenther
On Thu, Mar 1, 2012 at 6:28 AM, Maxim Kuvyrkov wrote: > This patch disables graphite loop flattening optimization due to it being > effectively unmaintained.  To avoid users trying to use unsupported > optimization and reporting bugs, Sebastian Pop suggested to disable the > optimization. > > T