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) print list of registers to regalloc stats #3111

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

superlopuh
Copy link
Member

This makes it clearer when reading the assembly later what the allocated registers were, I forgot that zero was counted in the registers, and misinterpreted the counts in the paper.

@superlopuh superlopuh added the backend Compiler backend in xDSL label Aug 29, 2024
@superlopuh superlopuh requested a review from compor August 29, 2024 10:16
@superlopuh superlopuh self-assigned this Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.90%. Comparing base (ca76864) to head (902bfbc).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3111   +/-   ##
=======================================
  Coverage   89.90%   89.90%           
=======================================
  Files         421      421           
  Lines       53264    53264           
  Branches     8257     8257           
=======================================
  Hits        47885    47885           
  Misses       4041     4041           
  Partials     1338     1338           

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

@superlopuh superlopuh merged commit 9c2cc3e into main Aug 29, 2024
14 checks passed
@superlopuh superlopuh deleted the sasha/riscv/regalloc-stats-set branch August 29, 2024 14:33
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.

2 participants