Skip to content

[CIR][ThroughMLIR] Handle ContinueOp directly under a WhileOp #1669

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terapines-osc-2
Copy link
Contributor

Currently we can't handle continues nested under IfOp, because if we replace it with a yield, then it only breaks out of that if-statement, rather than continuing the whole loop.
Perhaps that should be done by changing the whole structure of the while loop.

Copy link

github-actions bot commented Jun 7, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

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