add rpo test and some liveness code
This commit is contained in:
parent
58bd1de264
commit
d7548fa5d7
6 changed files with 146 additions and 14 deletions
10
lisc/test/rpo.ssa
Normal file
10
lisc/test/rpo.ssa
Normal file
|
@ -0,0 +1,10 @@
|
|||
@start
|
||||
jmp @foo
|
||||
@baz
|
||||
jez 1, @end, @foo
|
||||
@bar
|
||||
jmp @end
|
||||
@foo
|
||||
jez 0, @bar, @baz
|
||||
@end
|
||||
ret
|
Loading…
Add table
Add a link
Reference in a new issue