Add the aegraph (acyclic e-graph) implementation crate. (#4909)

* Add the aegraph (acyclic egraph) implementation crate.

* fix crate-dep version for cranelift-entity (rebase error)

* Review feedback.

* Fix link in Markdown doc comment.

* Doc link fix again.

* add cranelift-egraph to publish list.
This commit is contained in:
Chris Fallin
2022-09-21 17:33:27 -07:00
committed by GitHub
parent b652ce2fb1
commit 89abd80c3c
8 changed files with 1527 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ opt-level = 0
resolver = '2'
members = [
"cranelift",
"cranelift/egraph",
"cranelift/isle/fuzz",
"cranelift/isle/islec",
"cranelift/serde",