-
Notifications
You must be signed in to change notification settings - Fork 79
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
dialects: (llvm) Added pretty printing to llvm.mlir.constant #3352
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3352 +/- ##
==========================================
+ Coverage 90.05% 90.09% +0.04%
==========================================
Files 447 447
Lines 56552 56577 +25
Branches 5428 5431 +3
==========================================
+ Hits 50928 50974 +46
+ Misses 4188 4166 -22
- Partials 1436 1437 +1 ☔ View full report in Codecov by Sentry. |
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.
could you please install the pre-commit hook with make precommit-install
, and run make precommit
to format? Then I'd recommend running make tests
to make sure the tests pass.
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.
lgtm
Nice. Ready to merge? |
I think so |
Let's merge this for now. @superlopuh, let us know if we missed sth. |
LGTM! |
No description provided.