Skip to content

Handle unary operator GT_CNEG_LT in few code paths - #71845

Merged
TIHan merged 2 commits into
dotnet:mainfrom
kunalspathak:cneg_lt
Jul 9, 2022
Merged

Handle unary operator GT_CNEG_LT in few code paths#71845
TIHan merged 2 commits into
dotnet:mainfrom
kunalspathak:cneg_lt

Conversation

@kunalspathak

Copy link
Copy Markdown
Contributor

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

Fixes: #71655

@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 8, 2022
@kunalspathak

Copy link
Copy Markdown
ContributorAuthor

@TIHan @dotnet/jit-contrib

@ghost

ghost commented Jul 8, 2022

Copy link
Copy Markdown

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:mainJul 9, 2022
@ghostghost locked as resolved and limited conversation to collaborators Aug 8, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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

@kunalspathak@TIHan