Add more optimization passes to a test snippet
This commit is contained in:
parent
7aff9db800
commit
bdb2a901ca
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ end")
|
|||
(compile-node (match-syntax program) builder)
|
||||
root-block)))
|
||||
(do-iblocks (ib rb)
|
||||
(optim-reorder-arguments ib)
|
||||
(optim-direct-variable-use ib)
|
||||
(optim-call-duplicate-args ib)
|
||||
(optim-remove-unused ib))
|
||||
(print-iblocks rb)
|
||||
|
|
Loading…
Add table
Reference in a new issue