Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inference: complete the inference even for recursive cycles (#56551)
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.
- Loading branch information