Skip to content

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

Merged
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:fix-local
Mar 3, 2022
Merged

[mono][jit] Fix an assert in the local register allocator.#66054
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:fix-local

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

The testcase is DevDiv_544985 with
#61761

@vargaz

Copy link
Copy Markdown
ContributorAuthor

CI failures are unrelated.

@vargaz
vargaz merged commit fdbdb9a into dotnet:mainMar 3, 2022
@vargaz
vargaz deleted the fix-local branch March 3, 2022 15:43
@ghostghost locked as resolved and limited conversation to collaborators Apr 2, 2022
Sign up for freeto 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.

2 participants

@vargaz@lambdageek