Skip to content

Conversation

@abadams
Copy link
Member

@abadams abadams commented Jun 25, 2024

Fixes #8312

bounds[it.first] = new_box;
}
}
class CollectExprs : public IRMutator {
Copy link
Contributor

Choose a reason for hiding this comment

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

Dumb question, but why not IRVisitor instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

It doesn't have a method to override that catches all Exprs.

@steven-johnson steven-johnson self-requested a review June 26, 2024 00:00
@abadams abadams merged commit a4a7531 into main Jun 26, 2024
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.

Internal Error: Condition failed: bounds.find(*it) != bounds.end()

3 participants