new spill test
This commit is contained in:
parent
36da4b30cc
commit
5ac9fbd8e4
2 changed files with 27 additions and 5 deletions
20
lisc/test/spill1.ssa
Normal file
20
lisc/test/spill1.ssa
Normal file
|
@ -0,0 +1,20 @@
|
|||
# stupid spilling test
|
||||
|
||||
@start
|
||||
%x1 = copy 10
|
||||
%x2 = add %x1, %x1
|
||||
%x3 = sub %x2, %x1
|
||||
%x4 = add %x3, %x1
|
||||
%x5 = sub %x4, %x1
|
||||
%x6 = add %x5, %x1
|
||||
%x7 = sub %x6, %x1
|
||||
%x8 = add %x7, %x1
|
||||
%x9 = sub %x8, %x8
|
||||
%x10 = add %x9, %x7
|
||||
%x11 = sub %x10, %x6
|
||||
%x12 = add %x11, %x5
|
||||
%x13 = sub %x12, %x4
|
||||
%x14 = add %x13, %x3
|
||||
%x15 = sub %x14, %x2
|
||||
%x16 = add %x15, %x1
|
||||
ret
|
Loading…
Add table
Add a link
Reference in a new issue