Hello,<br />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).<br />It is possible to unroll loop to parallel form (each basic block of onrolled loop has the same parent node in CFG)?<br /><br />Regards,<br />Radoslaw Cieszewski