Verify register allocation
verify_register_allocation
VerifyRegisterAllocationPass
dataclass
Bases: ModulePass
Verify that, assuming the dominance property is respected, the use of a register value as inout is its last use.
Source code in xdsl/transforms/verify_register_allocation.py
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 47 48 49 | |
name = 'verify-register-allocation'
class-attribute
instance-attribute
__init__() -> None
apply(ctx: Context, op: builtin.ModuleOp) -> None
Source code in xdsl/transforms/verify_register_allocation.py
48 49 | |