Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add control-flow based optimizer passes #1697

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

bbannier
Copy link
Contributor

No description provided.

@bbannier bbannier self-assigned this Mar 19, 2024
Comment on lines +53 to +61
include(FetchContent)
FetchContent_Declare(
cxxgraph
GIT_REPOSITORY https://github.com/ZigRazor/CXXGraph.git
GIT_TAG v3.1.0
)
FetchContent_MakeAvailable(cxxgraph)
add_library(CXXGraph INTERFACE)
target_include_directories(CXXGraph SYSTEM INTERFACE ${cxxgraph_SOURCE_DIR}/include)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temporary solution until we decide on a proper graph library (or implement one ourselves); we cannot use this library as it is licensed under AGPL-3.0. It also seems to be of poor quality (e.g., major bugs around directed graphs, poor test suite).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant