Skip to content

bloqade.lanes.dialects.arch.stmts.ArchResolvedStmt

← Module overview

classArchResolvedStmtsource

bloqade.lanes.dialects.arch.stmts.ArchResolvedStmt

Bases: ir.Statement

Base for arch-dialect statements resolved against a bound ``ArchSpec``.

class ArchResolvedStmt

Holds arch_spec (populated by the pipeline’s BindArchSpec pass before folding). While unbound, const-prop and the interpreter leave the statement unresolved; once arch_spec is bound and the operands are constant they materialize the LocationAddress result. Subclasses: Loc, CzPartner.

Attributes

NameTypeDefaultDescription
arch_specArchSpec | Noneinfo.attribute(default=None)