Eqsat extract
eqsat_extract
EqsatExtractPass
dataclass
Bases: ModulePass
Extracts the subprogram with the lowest cost, as specified by the min_cost_index
Source code in xdsl/transforms/eqsat_extract.py
49 50 51 52 53 54 55 56 57 | |
name = 'eqsat-extract'
class-attribute
instance-attribute
apply(ctx: Context, op: builtin.ModuleOp) -> None
Source code in xdsl/transforms/eqsat_extract.py
56 57 | |
eqsat_extract(module_op: builtin.ModuleOp)
Source code in xdsl/transforms/eqsat_extract.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | |