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

Monomorphize generates ir::Info::empty() which breaks IntervalCheck. #467

Closed
UnsignedByte opened this issue Oct 17, 2024 · 0 comments · Fixed by #468
Closed

Monomorphize generates ir::Info::empty() which breaks IntervalCheck. #467

UnsignedByte opened this issue Oct 17, 2024 · 0 comments · Fixed by #468
Assignees
Labels
bug Something isn't working C: Internals Component: Compiler internals C: interval check Component: interval checker

Comments

@UnsignedByte
Copy link
Collaborator

If we run IntervalCheck after monomorphization, due to bundle parameters being created with ir::Info::Empty this fails info assertions in IntervalCheck.

@UnsignedByte UnsignedByte self-assigned this Oct 17, 2024
@UnsignedByte UnsignedByte added bug Something isn't working C: interval check Component: interval checker C: Internals Component: Compiler internals labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C: Internals Component: Compiler internals C: interval check Component: interval checker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant