Open
Description
Currently, BranchOpInterface
is supported for conversion, which takes care of block-based control flow.
circt/lib/Conversion/SCFToCalyx/SCFToCalyx.cpp
Lines 821 to 822 in 533cbc6
However, operations such as scf::IfOp
implement region-based control flow. To support this in a generalized manner, an op builder specialization should be added for the RegionBranchOpInterface
.