Skip to content

assign zero value to not explicitly initialized variables during ssa cfg construction #16044

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

Merged
merged 1 commit into from
May 13, 2025

Conversation

clonker
Copy link
Member

@clonker clonker commented May 13, 2025

Without this, we can end up in situations where no phi function is introduced for variables that are not explicitly initialized but referenced later (as in the added test)

@clonker clonker force-pushed the fix_ssacfg_literal_handling branch from 8c7e32a to e0daa3c Compare May 13, 2025 09:51
@clonker clonker requested a review from r0qs May 13, 2025 10:17
@clonker clonker merged commit f5d5488 into develop May 13, 2025
74 checks passed
@clonker clonker deleted the fix_ssacfg_literal_handling branch May 13, 2025 10:37
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.

2 participants