jez becomes jnz, complete cmp+jmp contraction
This commit is contained in:
parent
ad012e9d55
commit
e65a615c90
12 changed files with 77 additions and 75 deletions
|
@ -9,7 +9,7 @@
|
|||
%a =w phi @start 380, @loop %r
|
||||
%b =w phi @start 747, @loop %a
|
||||
%r =w rem %b, %a
|
||||
jez %r, @end, @loop
|
||||
jnz %r, @loop, @end
|
||||
|
||||
@end
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue