-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[TVMC] Add tvmc flag to print ir before and print ir after named pass #16261
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
Conversation
ee872b7 to
fe5bdc4
Compare
|
@tvm-bot rerun |
fe5bdc4 to
6cbc66a
Compare
ekalda
left a comment
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.
Thanks @eirenevp! Looks mostly good, some comments...
ekalda
left a comment
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.
Almost there! One more suggestion...
lhutton1
left a comment
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.
Thanks @eirenevp, this will be a great step to improving debuggability! I noticed a couple of things, otherwise LGTM!
ekalda
left a comment
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.
Thanks @eirenevp, nice work! :)
|
@tvm-bot rerun |
Add
--print-ir-beforeand--print-ir-afteroptions to print IR before and after a named pass from the compiler's command line driver.