Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include the complete type witness for a class in its SemIR output. #4599

Merged

Conversation

zygoloid
Copy link
Contributor

This seems slightly redundant for a locally-defined class, where there will be a complete_type_witness instruction earlier in the class, but is important for imported classes, where we're currently doing the wrong thing in a way that's invisible in formatted SemIR.

This seems slightly redundant for a locally-defined class, where there
will be a complete_type_witness instruction earlier in the class, but is
important for imported classes, where we're currently doing the wrong
thing in a way that's invisible in formatted SemIR.
@github-actions github-actions bot requested a review from jonmeow November 27, 2024 22:18
@zygoloid zygoloid requested review from josh11b and removed request for jonmeow November 27, 2024 22:39
@josh11b josh11b added this pull request to the merge queue Nov 27, 2024
Merged via the queue into carbon-language:trunk with commit 4a10d29 Nov 27, 2024
8 checks passed
bricknerb pushed a commit to bricknerb/carbon-lang that referenced this pull request Nov 28, 2024
…arbon-language#4599)

This seems slightly redundant for a locally-defined class, where there
will be a complete_type_witness instruction earlier in the class, but is
important for imported classes, where we're currently doing the wrong
thing in a way that's invisible in formatted SemIR.
danakj pushed a commit to danakj/carbon-lang that referenced this pull request Dec 3, 2024
…arbon-language#4599)

This seems slightly redundant for a locally-defined class, where there
will be a complete_type_witness instruction earlier in the class, but is
important for imported classes, where we're currently doing the wrong
thing in a way that's invisible in formatted SemIR.
@zygoloid zygoloid deleted the toolchain-format-completetypewitness branch December 3, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants