Skip to content

cranelift: always spill i32 with i64 stores#2840

Merged
cfallin merged 1 commit into
bytecodealliance:mainfrom
bnjbvr:fix-2839
Apr 14, 2021
Merged

cranelift: always spill i32 with i64 stores#2840
cfallin merged 1 commit into
bytecodealliance:mainfrom
bnjbvr:fix-2839

Conversation

@bnjbvr
Copy link
Copy Markdown
Member

@bnjbvr bnjbvr commented Apr 14, 2021

Fixes #2839. See also the issue description and comments in this commits for
details of what the fix is about here.

cc @cfallin @alexcrichton

Fixes bytecodealliance#2839. See also the issue description and comments in this commits for
details of what the fix is about here.
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.

Thank you very much for this fix!

@github-actions github-actions Bot added cranelift Issues related to the Cranelift code generator cranelift:area:machinst Issues related to instruction selection and the new MachInst backend. labels Apr 14, 2021
@cfallin cfallin merged commit 337cc47 into bytecodealliance:main Apr 14, 2021
@bnjbvr bnjbvr deleted the fix-2839 branch April 14, 2021 17:16
@alexcrichton
Copy link
Copy Markdown
Member

Oh dear sorry for the breakage, but thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cranelift:area:machinst Issues related to instruction selection and the new MachInst backend. cranelift Issues related to the Cranelift code generator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Type-confusion when storing i32 into a stack slot

3 participants