-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Compiler] Split compiler pipeline into pass pipeline, compilation, and translation steps #284
base: main
Are you sure you want to change the base?
Conversation
The API here seems much too adhoc. It's adding a dedicated option just to control something printed to I think a better path would be some of the following options:
Then you can print that or write to file as desired. That would also enable us to control how the pipeline is printed in the backend. As you know, several passes in the textual pipeline dump from a PassManager are not actually registered. We would instead inspect the
Here |
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.
See comments above
I liked the approach (2) where we could control the pipeline passes from Tripy if required. |
b559e1d
to
d17d489
Compare
No description provided.