Skip to content

Cse

Info dataclass

Info(
    head: type[Statement],
    args: tuple[SSAValue, ...],
    attributes: tuple[Attribute, ...],
    successors: tuple[Block, ...],
    regions: tuple[Region, ...],
)

An object to hold the comparison information of a statement.