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

Simplify asm in some tests #631

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

Dentosal
Copy link
Member

@Dentosal Dentosal commented Nov 8, 2023

Replaces unnecessary uses of registers with values of zero and one with their hardwired counterparts. Also replaces zeroing xor instructions followed by assignment by just the assignment.

@Dentosal Dentosal added the no changelog Skips the CI changelog check label Nov 8, 2023
@Dentosal Dentosal self-assigned this Nov 8, 2023
@Dentosal Dentosal marked this pull request as ready for review November 8, 2023 12:25
@Dentosal Dentosal requested a review from a team November 8, 2023 12:25
@Dentosal Dentosal added this pull request to the merge queue Nov 8, 2023
Merged via the queue into master with commit 264ca3c Nov 8, 2023
40 of 73 checks passed
@Dentosal Dentosal deleted the dento/test-asm-simplification branch November 8, 2023 13:55
@bvrooman bvrooman mentioned this pull request Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skips the CI changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants