Skip to content

Table

MethodTable dataclass

MethodTable()

Bases: ABC

Base class to define lookup tables for interpreting code for IR nodes in a dialect.

attribute class-attribute

attribute: dict[type[Attribute], AttributeFunction]

Lookup table for interpreting code for IR attributes in a dialect.

table class-attribute

table: dict[Signature, MethodFunction]

Lookup table for interpreting code for IR nodes in a dialect.