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

Handling of use of operators in rewrite rule #1643

Closed
gramalingam opened this issue Jun 21, 2024 · 1 comment
Closed

Handling of use of operators in rewrite rule #1643

gramalingam opened this issue Jun 21, 2024 · 1 comment
Assignees

Comments

@gramalingam
Copy link
Collaborator

The tape-like mechanism for tracking added nodes does not track use of overloaded operators like +, which are a syntactic convenience. Ensure that nodes added this way are correctly accounted for during modification of graphs.

@gramalingam
Copy link
Collaborator Author

#1770 completes this for pattern graph construction. Supporting this in graph IR construction is a separate issue (ir Value doesn't yet support overloaded + etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant