Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-15 Thread Sebastian Pop
On Tue, Sep 15, 2015 at 8:54 AM, Richard Biener wrote: > On Thu, Sep 3, 2015 at 5:22 PM, Sebastian Pop wrote: >> Richard Biener wrote: >>> > * gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to >>> > pass with >>> > both isl-0.12 and isl-0.15. >>> >>> Does it mean wi

Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-15 Thread Richard Biener
On Thu, Sep 3, 2015 at 5:22 PM, Sebastian Pop wrote: > Richard Biener wrote: >> > * gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to pass >> > with >> > both isl-0.12 and isl-0.15. >> >> Does it mean with 0.15 we now "time out" on some of the cases? > > "time out" w

Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-03 Thread Sebastian Pop
Richard Biener wrote: > > * gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to pass > > with > > both isl-0.12 and isl-0.15. > > Does it mean with 0.15 we now "time out" on some of the cases? "time out" will not trigger on the testcases modified in this patch. > O

Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-03 Thread Richard Biener
On Thu, Sep 3, 2015 at 12:34 AM, Sebastian Pop wrote: > 2015-09-02 Sebastian Pop > > * config.in: Regenerate. > * configure: Regenerate. > * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect. > * graphite-optimize-isl.c (optimize_isl): Stop compu

Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-02 Thread Jeff Law
On 09/02/2015 04:52 PM, Tobias Grosser wrote: On 09/03/2015 12:34 AM, Sebastian Pop wrote: 2015-09-02 Sebastian Pop * config.in: Regenerate. * configure: Regenerate. * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect. * graphite-optimize-

Re: [PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-02 Thread Tobias Grosser
On 09/03/2015 12:34 AM, Sebastian Pop wrote: 2015-09-02 Sebastian Pop * config.in: Regenerate. * configure: Regenerate. * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect. * graphite-optimize-isl.c (optimize_isl): Stop computation when

[PATCH] fix PR53852: stop ISL after a given number of operations

2015-09-02 Thread Sebastian Pop
2015-09-02 Sebastian Pop * config.in: Regenerate. * configure: Regenerate. * configure.ac (HAVE_ISL_CTX_MAX_OPERATIONS): Detect. * graphite-optimize-isl.c (optimize_isl): Stop computation when PARAM_MAX_ISL_OPERATIONS is reached.