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

dialects: (x86) PR6 - RM Operations #2490

Merged
merged 2 commits into from
Apr 25, 2024
Merged

dialects: (x86) PR6 - RM Operations #2490

merged 2 commits into from
Apr 25, 2024

Conversation

KGrykiel
Copy link
Collaborator

Added support for operations taking one register and one memory access as arguments. I have limited myself to a basic implementation for now with only the register base of the memory access and an optional displacement.

@KGrykiel KGrykiel added the dialects Changes on the dialects label Apr 23, 2024
@KGrykiel KGrykiel self-assigned this Apr 23, 2024
Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.77%. Comparing base (ef319a3) to head (aa972b6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2490      +/-   ##
==========================================
- Coverage   89.78%   89.77%   -0.01%     
==========================================
  Files         350      350              
  Lines       43002    43070      +68     
  Branches     6392     6409      +17     
==========================================
+ Hits        38609    38668      +59     
- Misses       3447     3455       +8     
- Partials      946      947       +1     

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

@KGrykiel KGrykiel merged commit b20359f into main Apr 25, 2024
10 checks passed
@KGrykiel KGrykiel deleted the KGrykiel/x86dialect-PRs6 branch April 25, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants