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

cranelift: rewrite iabs(ineg(x)) and iabs(iabs(x)) #6072

Merged
merged 3 commits into from
Mar 21, 2023

Conversation

Kmeakin
Copy link
Contributor

@Kmeakin Kmeakin commented Mar 20, 2023

;; iabs(ineg(x)) == iabs(x).
;; iabs(iabs(x)) == x.

@Kmeakin Kmeakin changed the title cranelift: rewrite iabs(ineg(x)) and iabs(iabs(x))` cranelift: rewrite iabs(ineg(x)) and iabs(iabs(x)) Mar 20, 2023
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Mar 20, 2023
@Kmeakin Kmeakin requested a review from jameysharp March 20, 2023 23:57
Copy link
Contributor

@jameysharp jameysharp left a comment

Choose a reason for hiding this comment

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

Thank you!

@jameysharp jameysharp added this pull request to the merge queue Mar 21, 2023
@jameysharp jameysharp merged commit 7d9318f into bytecodealliance:main Mar 21, 2023
@Kmeakin Kmeakin deleted the ineg-iabs branch January 30, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants