Skip to content

[CIR][CIRGen] Add CIRGen for scalar co_yield expression #761

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

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

Lancern
Copy link
Member

@Lancern Lancern commented Jul 28, 2024

This PR adds CIRGen for scalar co_yield expressions.

Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

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

LGTM after minor comment.

BTW, if you have more plans to work on coroutines, please let me know, I've been planning to tackle it (lowering) once I'm done with exceptions, but if you are planning to put work there I'm happy to yield (no pun intended) and give you some brain dump.

@Lancern
Copy link
Member Author

Lancern commented Jul 30, 2024

BTW, if you have more plans to work on coroutines, please let me know, I've been planning to tackle it (lowering) once I'm done with exceptions, but if you are planning to put work there I'm happy to yield (no pun intended) and give you some brain dump.

Excellent! I'd love to help with the coroutines part if you don't get enough bandwidth for that!

Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

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

LGTM

@bcardosolopes bcardosolopes merged commit 1674254 into llvm:main Aug 1, 2024
6 checks passed
@Lancern Lancern deleted the co_yield branch August 2, 2024 00:42
Hugobros3 pushed a commit to shady-gang/clangir that referenced this pull request Oct 2, 2024
This PR adds CIRGen for scalar `co_yield` expressions.
smeenai pushed a commit to smeenai/clangir that referenced this pull request Oct 9, 2024
This PR adds CIRGen for scalar `co_yield` expressions.
smeenai pushed a commit to smeenai/clangir that referenced this pull request Oct 9, 2024
This PR adds CIRGen for scalar `co_yield` expressions.
keryell pushed a commit to keryell/clangir that referenced this pull request Oct 19, 2024
This PR adds CIRGen for scalar `co_yield` expressions.
lanza pushed a commit that referenced this pull request Nov 5, 2024
This PR adds CIRGen for scalar `co_yield` expressions.
lanza pushed a commit that referenced this pull request Mar 18, 2025
This PR adds CIRGen for scalar `co_yield` expressions.
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