Hi,<br><br>We are trying to do build a pass with constant propagation and graph restructuring. <br><br>We are not able to find a suitable function for basic block cloning. We have found CloneBasicBlock function but it includes the phi of the original block in the replicated block. We don't want phi of original block in the replicated basic block.<br>
<br>Also we need to change the successor and predecessor of the replicated basic block. We are also not able to do that.<br><br><br>Regards<br>Vikash Kumar.<br>