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 compiler crash when inserting fixups for taskframe outputs. #297

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

neboat
Copy link
Collaborator

@neboat neboat commented Dec 7, 2024

This PR fixes various problems that cause the compiler to crash when inserting fixups for outputs of taskframes. This PR also improves verification checks for taskframes and overall handling of taskframe intrinsics.

…d moving static allocas based on the syncregion.
- Fix crash when inserting taskframe fixups for a taskframe with no continuation.
- Ensure that allocas for taskframe fixups are properly inserted within the parent taskframe.
- Avoid inserting taskframe load guards for unassociated taskframes.
@neboat neboat merged commit 7f1311e into OpenCilk:dev/18.x Dec 13, 2024
9 checks passed
@neboat neboat deleted the dev/18.x-taskframe-fixup branch December 13, 2024 15:16
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.

1 participant