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

[NFC] Add LocalLocation for future use #6105

Merged
merged 1 commit into from
Nov 14, 2023
Merged

[NFC] Add LocalLocation for future use #6105

merged 1 commit into from
Nov 14, 2023

Conversation

kripken
Copy link
Member

@kripken kripken commented Nov 10, 2023

This is not needed in GUFA as it tracks local values precisely (each set is connected to
the gets that actually read from it), but in a future PR it will be useful to track local
values per index (each set is connected to all gets for that index, i.e., each local index
is a single "location").

@kripken kripken merged commit 53e6e86 into main Nov 14, 2023
13 of 14 checks passed
@kripken kripken deleted the alt.1 branch November 14, 2023 01:01
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
This is not needed in GUFA as it tracks local values precisely (each set is connected to
the gets that actually read from it), but in a future PR it will be useful to track local
values per index (each set is connected to all gets for that index, i.e., each local index
is a single "location").
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