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

Mark function call results as control dependent as necessary. #2321

Merged
merged 1 commit into from
May 10, 2024

Conversation

HansKristian-Work
Copy link
Contributor

Inner function calls can contain flow-control sensitive code. In this case, the function call itself must inherit the control-dependence.

Rarely happens in practice since optimized code with SSA tends to inline.

Inner function calls can contain flow-control sensitive code.
In this case, the function call itself must inherit the
control-dependence.

Rarely happens in practice since optimized code with SSA tends to
inline.
@HansKristian-Work HansKristian-Work merged commit 1ddd8b6 into main May 10, 2024
6 checks passed
@HansKristian-Work HansKristian-Work deleted the control-dependent-function branch May 10, 2024 13:21
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