Skip to content

[SCFToCalyx] Add support for RegionBranchOpInterface #1871

Open
@mortbopet

Description

Currently, BranchOpInterface is supported for conversion, which takes care of block-based control flow.

LogicalResult BuildOpGroups::buildOp(PatternRewriter &rewriter,
BranchOpInterface brOp) const {

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.

Metadata

Assignees

No one assigned

    Labels

    CalyxThe Calyx dialect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions