THE ADD FUNCTION COMPILES!!!!!
This commit is contained in:
@@ -132,5 +132,13 @@ class X86_64Optimizer(Optimizer):
|
||||
Instruction("mov", ["rax", "y"]),
|
||||
Instruction("cmp", ["rax", "x"])
|
||||
]
|
||||
),
|
||||
|
||||
PeepholeRule(
|
||||
match=[
|
||||
Instruction("mov", ["x", "y"]),
|
||||
Instruction("mov", ["y", "x"])
|
||||
],
|
||||
replace=[]
|
||||
)
|
||||
]
|
Reference in New Issue
Block a user