-
Notifications
You must be signed in to change notification settings - Fork 3
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 yield conversion of scf.if/scf.for to emitc #401
Conversation
bdf9211
to
ed7f19e
Compare
Did you check the technique used in the FuncToEmitC conversion? Is that different/the same? |
Yes. We're doing almost the same. The difference here is that the yield conversion that seems to be unique since, in this case, we need to convert an More details: By doing almost the same I mean calling |
a377365
to
b3f9b8e
Compare
b3f9b8e
to
bb66650
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
No description provided.