fix dynamic stack allocs for amd64
commit2b64b75c845d0491c7a701e44485d2856eeb686d
authorQuentin Carbonneaux <quentin@c9x.me>
Thu, 27 Jul 2017 23:48:54 +0000 (27 19:48 -0400)
committerQuentin Carbonneaux <quentin@c9x.me>
Sun, 30 Jul 2017 15:13:56 +0000 (30 11:13 -0400)
tree9a0b8819cadaf31a81e534be7a8c6041eff4793d
parent64c79edda0bc29d11b7efaffa9d051f64ea431d0
fix dynamic stack allocs for amd64

The arm64 might have the same problem but it
is currently unable to handle them even in
instruction selection.

Thanks to Jean Dao for reporting the bug.
all.h
amd64/emit.c
amd64/isel.c
test/dynalloc.ssa [new file with mode: 0644]