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

Support the immediate values for u32 comparison instructions #1358

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

Fumuran
Copy link
Contributor

@Fumuran Fumuran commented Jun 18, 2024

This PR makes it possible to use u32lt, u32lte, u32gt, u32gte, u32min and u32max comparison instructions with an immediate values.

Related issue: #1350

Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

Would probably be good for @bitwalker to take a look as well as he's more familiar with the assembler structure than I am.

@Fumuran Fumuran force-pushed the andrew-imm-values-for-u32-comp-instrs branch from b4f9b49 to 26f84bd Compare June 21, 2024 12:33
Copy link
Contributor

@bitwalker bitwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Fumuran Fumuran merged commit 39fb5b3 into next Jun 21, 2024
15 checks passed
@Fumuran Fumuran deleted the andrew-imm-values-for-u32-comp-instrs branch June 21, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the immediate values for u32 comparison instructions
3 participants