qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit a68196ccc16784d3901f1a0276c7402f66a88a97
parent f6349f4b6e46d5e8cd8ab41953c9e89f8684f5bc
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 24 Aug 2015 18:09:28 -0400

new alignment test

This test also exposes a loose handling of clobbers,
I think it should be possible to compile it without
spilling.

Diffstat:
Alisc/test/align.ssa | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/lisc/test/align.ssa b/lisc/test/align.ssa @@ -0,0 +1,8 @@ +@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