-
Notifications
You must be signed in to change notification settings - Fork 59
Add PLModulePass to abstract away low-level details of xDSL's ModulePass
#2211
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
base: migrate-unified-compiler
Are you sure you want to change the base?
Conversation
PLModulePass
| # xdsl.pattern_rewriter.op_type_rewrite_pattern was used as a reference to | ||
| # implement the type hint collection. Source: | ||
| # https://github.com/xdslproject/xdsl/blob/main/xdsl/pattern_rewriter.py |
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.
xDSL uses the Apache 2.0 license, so this should be fine, right? The functionality mentioned in this comment is not something that does anything actually related to xDSL or compilation either.
|
Hello. You may have forgotten to update the changelog!
|
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.
This file will be removed before merging the PR.
PLModulePassPLModulePass to abstract away low-level details of xDSL's ModulePass
Duplicate of PennyLaneAI/pennylane#8617
[sc-103609]