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: (csl) Added printing for param, comptime_struct and some builtins #2684

Merged
merged 7 commits into from
Jun 3, 2024

Conversation

dk949
Copy link
Collaborator

@dk949 dk949 commented Jun 3, 2024

This PR adds

  • Types
    • csl.color
  • Attributes
    • Boolean attribute
    • String attribute
  • Operations
    • csl.param
    • csl.const_struct
    • csl.set_tile_code
    • csl.set_rectangle
    • csl.get_color
    • csl.rpc

It adds the last changes made in #2592, which can be closed when this is merged.

@dk949 dk949 added the backend Compiler backend in xDSL label Jun 3, 2024
@dk949 dk949 requested review from AntonLydike and n-io June 3, 2024 09:38
@dk949 dk949 self-assigned this Jun 3, 2024
Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.67%. Comparing base (79cc1ab) to head (f0c4b35).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2684      +/-   ##
==========================================
+ Coverage   89.65%   89.67%   +0.01%     
==========================================
  Files         364      364              
  Lines       46823    46853      +30     
  Branches     7102     7112      +10     
==========================================
+ Hits        41981    42016      +35     
+ Misses       3739     3733       -6     
- Partials     1103     1104       +1     

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

Copy link
Collaborator

@AntonLydike AntonLydike left a comment

Choose a reason for hiding this comment

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

Nice stuff!

@AntonLydike AntonLydike merged commit ce845e6 into main Jun 3, 2024
10 checks passed
@AntonLydike AntonLydike deleted the david/csl-backend/builtins+param branch June 3, 2024 15:13
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