[LLVMdev] Loop Unroll

rcieszew rcieszew at o2.pl
Fri Nov 28 17:22:20 PST 2014


Hello,
I would like to create VHDL backend for LLVM and now i'm testing unroll loop passes. I would like to unroll loop but to parallel form (each basic block of unrolled loop has the same parent node). Now i can only unrool loop to serial form (each basic block is a parent node of another).
It is possible to unroll loop to parallel form (each basic block of onrolled loop has the same parent node in CFG)?
Regards,
Radoslaw Cieszewski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141129/b3b125d7/attachment.html>


More information about the llvm-dev mailing list