-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
MT Cannon: add mips movf/movt tests #12392
Conversation
Signed-off-by: Chen Kai <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12392 +/- ##
===========================================
+ Coverage 64.32% 64.39% +0.06%
===========================================
Files 52 52
Lines 4348 4356 +8
===========================================
+ Hits 2797 2805 +8
- Misses 1376 1377 +1
+ Partials 175 174 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Looks good - just a few nits (optional suggestions).
Signed-off-by: Chen Kai <[email protected]>
a5d0e30
* feat:add movf/movt tests Signed-off-by: Chen Kai <[email protected]> * fix:fix code review nit Signed-off-by: Chen Kai <[email protected]> --------- Signed-off-by: Chen Kai <[email protected]>
Description
This PR add mips movf/movt tests
Tests
Additional context
Metadata