Re: [CIL users] loop unrolling

2013-10-11 Thread sonamt
It worked by creating new statements. True that was an issue of physical location. Thanks a lot > On Fri, Oct 11, 2013 at 06:06:54PM +0530, son...@iitk.ac.in wrote: >> Is there any inbuilt feature for loop unrolling? > > I don't think so. > >> I am trying to implement loop unrolling, if i cop

Re: [CIL users] loop unrolling

2013-10-11 Thread Gabriel Kerneis
On Fri, Oct 11, 2013 at 06:06:54PM +0530, son...@iitk.ac.in wrote: > Is there any inbuilt feature for loop unrolling? I don't think so. > I am trying to implement loop unrolling, if i copy all the statements one > by one then the location remains same for the particular statement. I'm not sur