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

GUFA: Handle bottom types in filterDataContents() #6545

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented Apr 25, 2024

Normally a bottom type cannot reach there, as we ignore unreachable GC
operations early on. However, we can infer a bottom type later during the
flow, so we need to handle that (just not error on it, and for clarity during
debugging we also clear the contents).

@kripken kripken requested a review from tlively April 25, 2024 16:18
@kripken kripken merged commit f44dcd4 into WebAssembly:main Apr 25, 2024
13 checks passed
@kripken kripken deleted the gufa.bottom branch April 25, 2024 17:23
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants