mirror of
git://c9x.me/qbe.git
synced 2026-04-06 18:39:48 +00:00
enable new spilling pass
This commit is contained in:
parent
3e2c93bde5
commit
dcbcd651c5
@ -58,6 +58,8 @@ func(Fn *fn)
|
|||||||
|
|
||||||
isel(fn);
|
isel(fn);
|
||||||
filllive(fn);
|
filllive(fn);
|
||||||
|
fillcost(fn);
|
||||||
|
spill(fn);
|
||||||
#if 0
|
#if 0
|
||||||
memopt(fn);
|
memopt(fn);
|
||||||
ssa(fn);
|
ssa(fn);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user