add rpo test and some liveness code

This commit is contained in:
Quentin Carbonneaux 2015-07-15 18:01:38 -04:00
parent 58bd1de264
commit d7548fa5d7
6 changed files with 146 additions and 14 deletions

10
lisc/test/rpo.ssa Normal file
View file

@ -0,0 +1,10 @@
@start
jmp @foo
@baz
jez 1, @end, @foo
@bar
jmp @end
@foo
jez 0, @bar, @baz
@end
ret