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:
parent
329a18a30b
commit
c5769f62b4
6 changed files with 63 additions and 65 deletions
1
all.h
1
all.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue