phate/jlm

The is_closed(cfg) check in LLVM code generation triggers

Closed this issue · 1 comments

phate commented

The convert_gamma_node() is not able to handle gamma nodes with more than 2 subregions and where all subregions are empty. It produces control flow graphs where the is_closed() check in create_cfg() triggers.

phate commented

Closing as we already handle this case. I mistook another situation for this problem. Just too trigger happy.