This test also exposes a loose handling of clobbers, I think it should be possible to compile it without spilling.
8 lines
110 B
Text
8 lines
110 B
Text
@start
|
|
%x =l alloc16 16
|
|
%y =l add %x, 8
|
|
%m =w rem %y, 16
|
|
storew %m, %y
|
|
%n =w load %y
|
|
storew %n, $a
|
|
ret
|