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

feat: improved control dependencies #818

Conversation

EagleoutIce
Copy link
Member

This allows us to detect dead code based on conditions (it may be enhanced by Abstract Interpretation in the future)

@EagleoutIce EagleoutIce changed the title feat: improved control dependency feat: improved control dependencies May 24, 2024
@EagleoutIce EagleoutIce merged commit 6b9ad9f into main May 24, 2024
21 checks passed
@EagleoutIce EagleoutIce deleted the 816-dataflow-dead-code-detection-when-returning-in-both-ifelse-branches branch May 24, 2024 00:47
@EagleoutIce
Copy link
Member Author

This pull request is included in v2.0.2 (see Release v2.0.2 (Fixing Control-Flow, Markdown-Exports, and Handling of Unnamed Closures)).

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.

Dataflow: dead code detection when returning in both if/else branches
1 participant