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

Fix ir translate and passes #7

Merged
merged 103 commits into from
Jan 29, 2025
Merged

Fix ir translate and passes #7

merged 103 commits into from
Jan 29, 2025

Conversation

Leo-Besancon
Copy link
Collaborator

No description provided.

Leo-Besancon and others added 29 commits January 20, 2025 15:35
restore PartialEq Invariant for HashMap key
…via get_ptr

fix Parameter.ref_node cyclic reference:
Parameter.ref_Node used to store a Link to its parent which caused
PartialEq and Hash to loop.
Replaced with a BackLink
 + restricted the field from Node -> Owner
 + expose inner get_ptr on Owner
 + comparison and hash via get_ptr
@Leo-Besancon Leo-Besancon merged commit f494111 into swap-ir-impl Jan 29, 2025
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