-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop special handling of type intersection in card inference (#7089)
The goal of all that code is so that when you do things like `.<foo[is Bar]`, if `Bar.foo` is an exclusive link then the card can be inferred as `AT_MOST_ONE`. But setgen already restricts the backlink pointer using the intersections in `resolve_ptr`, so I don't think this is needed.
- Loading branch information
Showing
3 changed files
with
46 additions
and
64 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