Skip to content

Conversation

@rohany
Copy link
Contributor

@rohany rohany commented Jan 18, 2021

The current ir::Break statement actually translates to a continue.
This commit renames this to ir::Continue, and adds a new ir::Break
node that actually translates to a break. This new node will be used
by upcoming windowing work.

…inue

The current `ir::Break` statement actually translates to a `continue`.
This commit renames this to `ir::Continue`, and adds a new `ir::Break`
node that actually translates to a `break`. This new node will be used
by upcoming windowing work.
@stephenchouca stephenchouca merged commit 0bc58c6 into tensor-compiler:master Jan 20, 2021
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