Skip to content

Implement bitwise ops for floats on aarch64#12326

Merged
cfallin merged 1 commit into
bytecodealliance:mainfrom
fitzgen:issue-12316
Jan 13, 2026
Merged

Implement bitwise ops for floats on aarch64#12326
cfallin merged 1 commit into
bytecodealliance:mainfrom
fitzgen:issue-12316

Conversation

@fitzgen
Copy link
Copy Markdown
Member

@fitzgen fitzgen commented Jan 12, 2026

And also restrict some lowering rules like (bnot (band ...)) to integer types.

Fixes #12316

And also restrict some lowering rules like `(bnot (band ...))` to integer types.

Fixes bytecodealliance#12316
Copy link
Copy Markdown
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 enabled auto-merge January 12, 2026 23:36
@cfallin cfallin added this pull request to the merge queue Jan 12, 2026
Merged via the queue into bytecodealliance:main with commit bfcf4e3 Jan 13, 2026
76 checks passed
@fitzgen fitzgen deleted the issue-12316 branch January 13, 2026 00:07
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.

Cranelift: AArch64 *_not ISLE rules missing float type constraint cause register class mismatch crashes

2 participants