You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our existing mem2reg algorithm is insufficient in that it needs to be expanded to handle aliasing and invalidation of references after they are passed to function calls. This is currently blocking a few PRs and issues, most notably #2348 which is required to fix issues such as #2382.
Problem
Our existing mem2reg algorithm is insufficient in that it needs to be expanded to handle aliasing and invalidation of references after they are passed to function calls. This is currently blocking a few PRs and issues, most notably #2348 which is required to fix issues such as #2382.
Happy Case
We implement a new mem2reg algorithm as detailed here: https://hackmd.io/@JakeF/S1FA9rTnh
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: