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

backend: (riscv) use separate indices for j and fj registers #3885

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

superlopuh
Copy link
Member

We currently use the same indices which makes them difficult to distinguish and harder to spot.

@superlopuh superlopuh added the backend Compiler backend in xDSL label Feb 11, 2025
@superlopuh superlopuh self-assigned this Feb 11, 2025
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.26%. Comparing base (12f4619) to head (cc29d81).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3885   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files         466      466           
  Lines       57905    57910    +5     
  Branches     5570     5571    +1     
=======================================
+ Hits        52845    52850    +5     
  Misses       3634     3634           
  Partials     1426     1426           

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

@superlopuh superlopuh merged commit 9accdb1 into main Feb 11, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/backend/fj-regs branch February 11, 2025 13:43
oluwatimilehin pushed a commit to oluwatimilehin/xdsl that referenced this pull request Feb 13, 2025
…ject#3885)

We currently use the same indices which makes them difficult to
distinguish and harder to spot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Compiler backend in xDSL
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants