dynamic stack allocs for arm64

I also moved some isel logic
that would have been repeated
a third time in util.c.
This commit is contained in:
Quentin Carbonneaux 2022-03-14 23:10:39 +01:00
parent 329a18a30b
commit c5769f62b4
6 changed files with 63 additions and 65 deletions

1
all.h
View file

@ -444,6 +444,7 @@ Ref getcon(int64_t, Fn *);
int addcon(Con *, Con *);
void blit(Ref, uint, Ref, uint, uint, Fn *);
void blit0(Ref, Ref, uint, Fn *);
void salloc(Ref, Ref, Fn *);
void dumpts(BSet *, Tmp *, FILE *);
void bsinit(BSet *, uint);