Re: [PATCH, SMS] New flag to apply SMS when SC equals 1

2011-04-15 Thread Revital Eres
Hello, > If it's for debugging, can you use a --parm instead (like > modulo-sched-min-sc or similar)? > I think I can use --param for debugging purposes in this case. (I might add modulo-sched-max-sc as well) Thanks, Revital > Thanks, > Richard. > >> Thanks, >> Revital >> >> Changelog: >> >>  

Re: [PATCH, SMS] New flag to apply SMS when SC equals 1

2011-04-15 Thread Richard Guenther
On Fri, Apr 15, 2011 at 5:28 PM, Revital Eres wrote: > Hello, > > The attached patch introduces a new flag to allow applying SMS when > stage count (SC) also equals 1. > Currently, SMS is applied only when SC greater than 1 as stage count > of 1 means that there is no interleaving between iteratio

[PATCH, SMS] New flag to apply SMS when SC equals 1

2011-04-15 Thread Revital Eres
Hello, The attached patch introduces a new flag to allow applying SMS when stage count (SC) also equals 1. Currently, SMS is applied only when SC greater than 1 as stage count of 1 means that there is no interleaving between iterations and the scheduling passes do the job in this case. The new fla