Hi Gabriel,

  Is there any inbuilt feature for loop unrolling?

 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.
   And later if i try to visit(using cil visitor) these unrolled
statements i m unable to do so as these statements are present at the
same location.
   kindly let me know how can i assign a new location if i want to insert
a statement or instruction.

Thanks in Advance.

Regards
Sonam Tiwari


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to