bloqade.lanes.dialects.arch.stmts.ArchResolvedStmt
← Module overview
class
classArchResolvedStmt¶source
bloqade.lanes.dialects.arch.stmts.ArchResolvedStmt
Bases: ir.Statement
Base for arch-dialect statements resolved against a bound ``ArchSpec``.
class ArchResolvedStmtHolds 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
| Name | Type | Default | Description |
|---|---|---|---|
arch_spec | ArchSpec | None | info.attribute(default=None) |