-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[ViewOpGraph] Improve GraphViz output #125509
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
645f70e
[WIP] Improve graphviz output
ehein6 efbff2b
Moving to record nodes and port-based edges.
ehein6 8f229f8
Fix input port linking
ehein6 ca0c740
Fix result type printing
ehein6 87dd5c9
Fix attribute printing
ehein6 2ad44fc
Switch to Mrecord shape (rounded rectangle)
ehein6 96b42e8
Handle more special characters in node labels
ehein6 4ac25aa
Fix output port names
ehein6 8a62b05
Clean up port generation code
ehein6 a51de25
Left-justify the label text.
ehein6 fc069ed
Always print result short name.
ehein6 1398fe9
Fix edge attachment points.
ehein6 c681a20
Merge in and out ports into a single port attribute.
ehein6 da400cc
Fix formatting of cluster labels
ehein6 4648803
Print result types in block arguments
ehein6 566c8a6
Improved node fill color choices
ehein6 9afe411
Add helpers for printing MLIR types and operands
ehein6 76ab77f
Update print-op-graph unit tests
ehein6 47b9ae6
Uniquely identify input and output ports.
ehein6 768d032
Fix escaping of some attributes.
ehein6 35806ad
Don't use ports when edges attach to clusters.
ehein6 5bc34e7
Drop one-line braces for style
ehein6 78a8188
Review feedback: use llvm::is_contained
ehein6 7a2f24a
Use CHECK-NEXT for tests with exact output
ehein6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.