X86 allocate registers
x86_allocate_registers
X86AllocateRegisters
dataclass
Bases: ModulePass
Allocates unallocated registers in the module.
Source code in xdsl/transforms/x86_allocate_registers.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | |
name = 'x86-allocate-registers'
class-attribute
instance-attribute
__init__() -> None
apply(ctx: Context, op: ModuleOp) -> None
Source code in xdsl/transforms/x86_allocate_registers.py
19 20 21 22 23 24 | |