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

Fix negation of immediates in ccmp, ccmn and neg #99

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

mmc28a
Copy link
Collaborator

@mmc28a mmc28a commented Jun 14, 2024

In two's-complement representation, the negation of the minimum value of a signed type can't be represented. Detect and elide inversion for these cases in ccmp, ccmn and neg.

In two's-complement representation, the negation of the minimum value of a
signed type can't be represented. Detect and elide inversion for these cases
in ccmp, ccmn and neg.
@mmc28a mmc28a merged commit 16609c8 into Linaro:main Jun 18, 2024
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.

1 participant