Skip to content
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

Match on specific tree structures #71

Open
Dinistro opened this issue Mar 16, 2022 · 0 comments
Open

Match on specific tree structures #71

Dinistro opened this issue Mar 16, 2022 · 0 comments

Comments

@Dinistro
Copy link
Collaborator

Devito uses a multitude of tree visitors that only triggers matches on specific tree structures.
For example, they do only match on Iteration nodes that do not contain any children nodes of type Iteration.

Supporting such more complex patterns out of the box might make many Devito transforms easier to implement.

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

No branches or pull requests

1 participant