Skip to content
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

dialect: (riscv) Custom print attributes #1363

Merged
merged 5 commits into from Jul 31, 2023
Merged

dialect: (riscv) Custom print attributes #1363

merged 5 commits into from Jul 31, 2023

Conversation

kingiler
Copy link
Collaborator

No description provided.

@kingiler kingiler self-assigned this Jul 28, 2023
@kingiler kingiler added enhancement New feature or request dialects Changes on the dialects testing PRs that modify tests minor For minor PRs, easy and quick to review, quickly mergeable labels Jul 28, 2023
@kingiler kingiler requested review from superlopuh, AntonLydike and tobiasgrosser and removed request for superlopuh and AntonLydike July 28, 2023 17:38
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 95.45% and no project coverage change.

Comparison is base (a861cfd) 89.74% compared to head (4ab94aa) 89.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1363   +/-   ##
=======================================
  Coverage   89.74%   89.75%           
=======================================
  Files         196      196           
  Lines       25311    25349   +38     
  Branches     3803     3811    +8     
=======================================
+ Hits        22715    22751   +36     
  Misses       1998     1998           
- Partials      598      600    +2     
Files Changed Coverage Δ
xdsl/dialects/riscv.py 84.59% <95.45%> (+0.41%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kingiler kingiler marked this pull request as ready for review July 28, 2023 17:45
args = cls.parse_unresolved_operand(parser)
custom_attributes = cls.parse_attributes(parser)
remaining_attributes = parser.parse_optional_attr_dict()
# TODO ensure distinct keys for attributes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please file an issue and reference it in this comment? Feels like it should be common infrastructure

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed an issue #1369

xdsl/dialects/riscv.py Outdated Show resolved Hide resolved
xdsl/dialects/riscv.py Outdated Show resolved Hide resolved
xdsl/dialects/riscv.py Outdated Show resolved Hide resolved
xdsl/dialects/riscv.py Outdated Show resolved Hide resolved
@kingiler kingiler requested a review from adutilleul July 31, 2023 11:11
@kingiler kingiler merged commit cc83842 into main Jul 31, 2023
10 checks passed
@kingiler kingiler deleted the riscv_attributes branch July 31, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects enhancement New feature or request minor For minor PRs, easy and quick to review, quickly mergeable testing PRs that modify tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants