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

inference: complete the inference even for recursive cycles #56551

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Nov 13, 2024

We care more and more now that our inference graph exactly matches the callgraph, even in cases like this where we can easily prove that the inference graph is simpler than the full callgraph. However, given when the optimizer runs, it expects this information to be available and valid as soon as the cycles are completed.

We care more and more now that our inference graph exactly matches the
callgraph, even in cases like this where we can easily prove that the
inference graph is simpler than the full callgraph. However, given when
the optimizer runs, it expects this information to be available and
valid as soon as the cycles are completed.
@vtjnash vtjnash requested a review from JeffBezanson November 13, 2024 21:58
@vtjnash vtjnash added the compiler:inference Type inference label Nov 13, 2024
@vtjnash vtjnash merged commit cf36497 into master Nov 14, 2024
5 of 8 checks passed
@vtjnash vtjnash deleted the jn/infer_cycles-more branch November 14, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:inference Type inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant