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

Handle unary operator GT_CNEG_LT in few code paths #71845

Merged
merged 2 commits into from
Jul 9, 2022

Conversation

kunalspathak
Copy link
Member

#70599 introduced GT_CNEG_LT but missed the handling of this unary operator at few places.

Fixes: #71655

@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 Jul 8, 2022
@ghost ghost assigned kunalspathak Jul 8, 2022
@kunalspathak
Copy link
Member Author

@TIHan @dotnet/jit-contrib

@ghost
Copy link

ghost commented Jul 8, 2022

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

Issue Details

#70599 introduced GT_CNEG_LT but missed the handling of this unary operator at few places.

Fixes: #71655

Author: kunalspathak
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@TIHan TIHan merged commit 4a38ac3 into dotnet:main Jul 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 8, 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.

Assertion failed 'this->OperIsBinary()' during 'LSRA allocate'
2 participants