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

[mono][jit] Fix an assert in the local register allocator. #66054

Merged
merged 1 commit into from Mar 3, 2022

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Mar 2, 2022

The assertion is hit when an instruction has a fixed sreg
(like shifts on x86) which was spilled to the stack.

The assertion is hit when an instruction has a fixed sreg
(like shifts on x86) which was spilled to the stack.
@vargaz
Copy link
Contributor Author

vargaz commented Mar 2, 2022

The testcase is DevDiv_544985 with
#61761

@vargaz
Copy link
Contributor Author

vargaz commented Mar 3, 2022

CI failures are unrelated.

@vargaz vargaz merged commit fdbdb9a into dotnet:main Mar 3, 2022
@vargaz vargaz deleted the fix-local branch March 3, 2022 15:43
@ghost ghost locked as resolved and limited conversation to collaborators Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants