fixing quite a few bugs

This commit is contained in:
SpookyDervish
2025-09-13 07:08:11 +10:00
parent 170272353c
commit 86d59a8177
7 changed files with 70 additions and 19 deletions

View File

@@ -161,5 +161,5 @@ class X86_64Optimizer(Optimizer):
PeepholeRule(
match=[Instruction("mov", ["x", "x"])],
replace=[]
)
),
]