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) split out reserved int and float registers in regalloc #3927

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

superlopuh
Copy link
Member

This is the only part of the RiscvRegisterQueue that mixes the two register types, this split is necessary to make the more fundamental split into two register queues.

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

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (c6a58b2) to head (5ff175f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3927   +/-   ##
=======================================
  Coverage   91.30%   91.30%           
=======================================
  Files         467      467           
  Lines       58053    58065   +12     
  Branches     5575     5580    +5     
=======================================
+ Hits        53006    53017   +11     
  Misses       3617     3617           
- Partials     1430     1431    +1     

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

Copy link
Collaborator

@compor compor left a comment

Choose a reason for hiding this comment

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

Where is this heading? I assume 2 independent queues or a queue per register type.

@superlopuh
Copy link
Member Author

First the first thing then the second thing, exactly :)

@superlopuh
Copy link
Member Author

That will get us closer to structures that we can reuse for the other backends

@superlopuh superlopuh merged commit 249215f into main Feb 17, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/riscv/reserved-int-registers branch February 17, 2025 15:54
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants