-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for deduction of most kinds of type constant. (#4389)
This adds deduction in all the cases where we can match the instruction fields of the parameter against the corresponding instruction fields of the argument. This handles all current type constants except for struct types, for which we would want to match by field name. --------- Co-authored-by: Jon Ross-Perkins <[email protected]>
- Loading branch information
Showing
10 changed files
with
3,152 additions
and
179 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
Oops, something went wrong.