search for: loopunrollp

Displaying 2 results from an estimated 2 matches for "loopunrollp".

Did you mean: loopunroll
2015 May 02
5
[LLVMdev] Modifying LoopUnrollingPass
Hi Zhoulai, I am trying to modify "LoopUnrollPass" in llvm which produces multiple copies of loop equal to the loop unroll factor.Currently, using multicore architecture, say 3 for example and the execution goes like: for 3 cores if there are 9 iterations of loop core instruction 1 0,3,6 2 1,4...
2015 May 04
2
[LLVMdev] Modifying LoopUnrollingPass
...o locate this in the code). >>> >>> Michael >>> >>> > On May 2, 2015, at 9:00 AM, yaduveer singh <yaduveer99 at gmail.com> >>> wrote: >>> > >>> > Hi Zhoulai, >>> > >>> > I am trying to modify "LoopUnrollPass" in llvm which produces multiple >>> > copies of loop equal to the loop unroll factor.Currently, using >>> multicore >>> > architecture, say 3 for example and the execution goes like: >>> > >>> > for 3 cores if there are 9 iterations...