-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
some refactoring of
abstract_call
(#33774)
- rename abstract_call to abstract_call_known - rename abstract_eval_call to abstract_call - check for pure_eval_call later, to try to avoid redundant work/code - don't generate argument type lists with Vararg before the end; then we don't need to check for them - reuse abstract_call more instead of duplicating some of its code - remove some unused code
- Loading branch information
1 parent
e18ddfe
commit d2d0ba3
Showing
3 changed files
with
83 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters