Skip to content

[CIR][ThroughMLIR] Lower For to While when it contains break/continue #1716

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
Jul 1, 2025

Conversation

terapines-osc-cir
Copy link
Contributor

We lower cir::ForOp into cir::WhileOp (rather than scf::WhileOp) when it contains break and continue. This is to reuse the rewriting functions already implemented for while loops.

@bcardosolopes bcardosolopes merged commit 3235864 into llvm:main Jul 1, 2025
10 checks passed
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.

3 participants