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: Implement missing i128 rotates on AArch64 #4866

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

afonso360
Copy link
Contributor

@afonso360 afonso360 commented Sep 4, 2022

👋 Hey,

This implements some missing rotates for AArch64 necessary for fuzzgen to not crash.

This ran for about an hour on fuzzgen without crashing. (In conjunction with #4867)

@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:area:aarch64 Issues related to AArch64 backend. labels Sep 4, 2022
Copy link
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

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

Thanks!

@cfallin cfallin merged commit f57b441 into bytecodealliance:main Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:area:aarch64 Issues related to AArch64 backend. cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants