-
Notifications
You must be signed in to change notification settings - Fork 77
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 (arm): add assembly printing #3485
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## emma/arm-mov-op #3485 +/- ##
===================================================
- Coverage 90.28% 90.26% -0.03%
===================================================
Files 462 463 +1
Lines 57950 57882 -68
Branches 5567 5570 +3
===================================================
- Hits 52323 52248 -75
- Misses 4192 4195 +3
- Partials 1435 1439 +4 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
|
||
|
||
// CHECK: %x1 = arm.get_register : !arm.reg<x1> | ||
%x1 = arm.get_register : !arm.reg<x1> | ||
|
||
// CHECK: %ds_mov = arm.ds.mov %x1 : (!arm.reg<x1>) -> !arm.reg<x2> | ||
// CHECK-ASM: mov x2, x1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to get a test that includes a comment
Add assembly printing for ARM instructions
Note: stacked PR