Optimizer - DCE: find conditionals with constant inputs

This commit is contained in:
Emmanuel BENOîT 2017-12-15 07:40:40 +01:00
parent 027d6a2f8d
commit 08e486a57c
3 changed files with 45 additions and 2 deletions

View file

@ -8,6 +8,7 @@
(fixed-resolution on)
)
(constant-propagation on)
(dead-code-elimination on)
)
)