Skip to content

x64: Fix typo in splat lowering#12986

Open
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:x64-fix-typo
Open

x64: Fix typo in splat lowering#12986
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:x64-fix-typo

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

An Xmm was explicitly created but never used. This didn't have much real consequence since a rule with sinkable_load had higher precedence, but this does affect a few tests which splat constants by making it a bit more optimal.

An `Xmm` was explicitly created but never used. This didn't have much
real consequence since a rule with `sinkable_load` had higher
precedence, but this does affect a few tests which splat constants by
making it a bit more optimal.
@alexcrichton alexcrichton requested a review from a team as a code owner April 7, 2026 20:07
@alexcrichton alexcrichton requested review from cfallin and removed request for a team April 7, 2026 20:07
@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:area:x64 Issues related to x64 codegen labels Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cranelift:area:x64 Issues related to x64 codegen cranelift Issues related to the Cranelift code generator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant