-
Notifications
You must be signed in to change notification settings - Fork 83
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: (scf/scf_for) Factor out print and parse methods for For-like operations #3662
Conversation
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 is potentially an interesting target for assembly format. I don't think we have any support for region arguments in assembly_format/pyrdl yet
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3662 +/- ##
==========================================
- Coverage 91.33% 91.32% -0.01%
==========================================
Files 467 467
Lines 58548 58514 -34
Branches 5647 5652 +5
==========================================
- Hits 53472 53436 -36
Misses 3626 3626
- Partials 1450 1452 +2 ☔ View full report in Codecov by Sentry. |
f49064a
to
9af0f43
Compare
This PR:
scf.for
,riscv_scf.for
andriscv_scf.rof
.