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

Add check for interval->writeThru in the assert #78418

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

kunalspathak
Copy link
Member

When a resolution is added from a register to the stack, it becomes a virtual mov and hence a NO-OP, however we need to free the register, so we want to go ahead and do the resolution. Expand the assert() to take into account that interval->isWriteThru.

Fix: #77363

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 15, 2022
@ghost ghost assigned kunalspathak Nov 15, 2022
@ghost
Copy link

ghost commented Nov 15, 2022

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

When a resolution is added from a register to the stack, it becomes a virtual mov and hence a NO-OP, however we need to free the register, so we want to go ahead and do the resolution. Expand the assert() to take into account that interval->isWriteThru.

Fix: #77363

Author: kunalspathak
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@kunalspathak kunalspathak marked this pull request as ready for review November 17, 2022 05:00
@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

@kunalspathak kunalspathak merged commit 2725a84 into dotnet:main Nov 18, 2022
@kunalspathak kunalspathak deleted the lsra_77363 branch November 18, 2022 06:08
@ghost ghost locked as resolved and limited conversation to collaborators Dec 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure JIT\\Generics\\Exceptions\\general_class_instance01\\general_class_instance01.cmd
2 participants