Add early-stage optimization crate (#556)

* Add simple constant folding and folding tests
This commit is contained in:
Lachlan Sneff
2018-11-07 18:59:29 -05:00
committed by Dan Gohman
parent bdcc06eb15
commit 3409af7c07
22 changed files with 745 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ cranelift-filetests = { path = "lib/filetests", version = "0.22.0" }
cranelift-module = { path = "lib/module", version = "0.22.0" }
cranelift-faerie = { path = "lib/faerie", version = "0.22.0" }
cranelift-simplejit = { path = "lib/simplejit", version = "0.22.0" }
cranelift-preopt = { path = "lib/preopt", version = "0.22.0" }
cranelift = { path = "lib/umbrella", version = "0.22.0" }
filecheck = "0.4.0"
clap = "2.32.0"