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) Throw parser error if immediate is not given #1371

Merged
merged 6 commits into from
Aug 1, 2023

Merge branch 'main' into fix_riscv_attr_rdrsimmj

c800fd9
Select commit
Loading
Failed to load commit list.
Merged

dialect: (riscv) Throw parser error if immediate is not given #1371

Merge branch 'main' into fix_riscv_attr_rdrsimmj
c800fd9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2023 in 1s

89.74% (target 1.00%)

View this Pull Request on Codecov

89.74% (target 1.00%)

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d6676e2) 89.73% compared to head (c800fd9) 89.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1371   +/-   ##
=======================================
  Coverage   89.73%   89.74%           
=======================================
  Files         200      200           
  Lines       25700    25713   +13     
  Branches     3852     3854    +2     
=======================================
+ Hits        23063    23077   +14     
  Misses       2025     2025           
+ Partials      612      611    -1     
Files Changed Coverage Δ
tests/dialects/test_riscv.py 100.00% <100.00%> (ø)
xdsl/dialects/riscv.py 85.00% <100.00%> (+0.16%) ⬆️

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