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

Handle references stored in arrays in new mem2reg pass #2431

Closed
jfecher opened this issue Aug 24, 2023 · 0 comments · Fixed by #2463
Closed

Handle references stored in arrays in new mem2reg pass #2431

jfecher opened this issue Aug 24, 2023 · 0 comments · Fixed by #2463
Assignees
Labels
enhancement New feature or request ssa

Comments

@jfecher
Copy link
Contributor

jfecher commented Aug 24, 2023

Problem

The new mem2reg needs to track aliases throughout the program but does not track arrays at all.

Happy Case

We should add support for tracking array values and the references that may be stored within them.

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response

@jfecher jfecher added enhancement New feature or request ssa P-MEDIUM labels Aug 24, 2023
@jfecher jfecher self-assigned this Aug 24, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Aug 24, 2023
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ssa
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant