Hi,
I plan to implement an algorithm which requires BasicBlocks to have at most two predecessors. simplifycfg pass is not a choice since it doesn’t do what I want, going by its description.
Could someone point me to an existing pass which does this job?
Thanks,