Skip to content

aarch64: Fix bitop rule firing for floats#13314

Open
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:aarch64-fix-bnot-bxor-float
Open

aarch64: Fix bitop rule firing for floats#13314
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:aarch64-fix-bnot-bxor-float

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Lowering for EorNot is only applicable to integer types, so a clause is added here to specifically exclude floats.

Lowering for `EorNot` is only applicable to integer types, so a clause
is added here to specifically exclude floats.
@alexcrichton alexcrichton requested a review from a team as a code owner May 7, 2026 00:35
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team May 7, 2026 00:35
@github-actions github-actions Bot added cranelift Issues related to the Cranelift code generator cranelift:area:aarch64 Issues related to AArch64 backend. labels May 7, 2026
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.

1 participant