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: default register type constructor returns unallocated register #3926

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

superlopuh
Copy link
Member

The .unallocated was a kind of premature optimisation, I'm not sure that it makes sense any more, and it makes the code more difficult to read IMO.

@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 (70ae96d) to head (4cf0a48).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3926      +/-   ##
==========================================
- Coverage   91.30%   91.30%   -0.01%     
==========================================
  Files         467      467              
  Lines       58081    58053      -28     
  Branches     5575     5575              
==========================================
- Hits        53033    53006      -27     
+ Misses       3618     3617       -1     
  Partials     1430     1430              

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

@superlopuh superlopuh merged commit c6a58b2 into main Feb 17, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/backend/unallocated branch February 17, 2025 14: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