Re: [PATCH] enable loop fusion with ISL scheduler

2015-07-17 Thread Bernhard Reutner-Fischer
On 17 July 2015 at 06:32, Tobias Grosser wrote: > On 07/17/2015 12:35 AM, Sebastian Pop wrote: >> >> gcc/ChangeLog: >> >> 2015-07-16 Aditya Kumar >> Sebastian Pop >> >> * common.opt (floop-fuse): New. >> * doc/invoke.texi (floop-fuse): Documented. >>

Re: [PATCH] enable loop fusion with ISL scheduler

2015-07-16 Thread Tobias Grosser
On 07/17/2015 12:35 AM, Sebastian Pop wrote: gcc/ChangeLog: 2015-07-16 Aditya Kumar Sebastian Pop * common.opt (floop-fuse): New. * doc/invoke.texi (floop-fuse): Documented. * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE

[PATCH] enable loop fusion with ISL scheduler

2015-07-16 Thread Sebastian Pop
gcc/ChangeLog: 2015-07-16 Aditya Kumar Sebastian Pop * common.opt (floop-fuse): New. * doc/invoke.texi (floop-fuse): Documented. * graphite-optimize-isl.c (optimize_isl): Use ISL_SCHEDULE_FUSE_MAX when using flag_loop_fuse. * graphite-p