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

Do not use RAX to save the stack pointer on x86 #937

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Do not use RAX to save the stack pointer on x86 #937

merged 1 commit into from
Oct 23, 2024

Conversation

vbgl
Copy link
Member

@vbgl vbgl commented Oct 23, 2024

Fixes #895.

@vbgl vbgl added the bug label Oct 23, 2024
@vbgl vbgl added this to the 2024.07.2 milestone Oct 23, 2024
@vbgl vbgl requested a review from sarranz October 23, 2024 09:56
@vbgl vbgl merged commit 7f6026b into main Oct 23, 2024
1 check passed
@vbgl vbgl deleted the fix-895 branch October 23, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linearization gives bad save-stack when regalloc uses RAX to save the stack pointer
2 participants