Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inference: relax backedge optimization condition (#45030)
Follows up #45017. We can relax the condition in `add_call_backedges!` for backedge optimization by ignoring the `nonoverlayed` property when the `AbstractInterpreter` doesn't use overlayed method table at all, since the property will never be tainted anyway even if we add a new method later.
- Loading branch information