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

interpreter: add RISC-V interpreter functions for left shift and div instructions #3901

Merged
merged 10 commits into from
Feb 17, 2025

Conversation

oluwatimilehin
Copy link
Contributor

@oluwatimilehin oluwatimilehin commented Feb 13, 2025

@compor @superlopuh Added new RISCV interpreter functions

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.29%. Comparing base (6f2c376) to head (76d34a2).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3901   +/-   ##
=======================================
  Coverage   91.29%   91.29%           
=======================================
  Files         466      466           
  Lines       58012    58026   +14     
  Branches     5566     5566           
=======================================
+ Hits        52962    52976   +14     
  Misses       3622     3622           
  Partials     1428     1428           

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

@compor compor changed the title interpreter: add new RISCV interpreter functions interpreter: add RISC-V interpreter functions for left shift and div instructions Feb 13, 2025
@compor compor changed the title interpreter: add RISC-V interpreter functions for left shift and div instructions [WIP] interpreter: add RISC-V interpreter functions for left shift and div instructions Feb 13, 2025
@compor compor added the interpreter xDSL Interpreter label Feb 14, 2025
@oluwatimilehin oluwatimilehin marked this pull request as ready for review February 14, 2025 23:35
@oluwatimilehin oluwatimilehin changed the title [WIP] interpreter: add RISC-V interpreter functions for left shift and div instructions interpreter: add RISC-V interpreter functions for left shift and div instructions Feb 14, 2025
@compor compor self-requested a review February 17, 2025 10:40
@superlopuh superlopuh merged commit 4ddbc65 into xdslproject:main Feb 17, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter xDSL Interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants