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

Enable IR validation #57

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Enable IR validation #57

merged 1 commit into from
Oct 30, 2024

Conversation

swankjesse
Copy link
Collaborator

Also fix an IR bug discovered by this validation.

Closes: #32

Also fix an IR bug discovered by this validation.

Closes: #32
@@ -135,6 +136,7 @@ internal class FunctionSpecializer(
}
}

result.patchDeclarationParents()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function had a child declaration that needed a different parent!

@swankjesse swankjesse merged commit e0674da into main Oct 30, 2024
1 check passed
@swankjesse swankjesse deleted the jwilson.1029.verify_ir branch October 30, 2024 07:17
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.

Enable IR validation
3 participants