Add more optimization passes to a test snippet

This commit is contained in:
John Lorentzson 2025-07-01 13:27:24 +02:00
parent 7aff9db800
commit bdb2a901ca

View file

@ -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)