Skip to content

[mono] Intrinsify inequality comparison between runtime types#54602

Merged
BrzVlad merged 1 commit intodotnet:mainfrom
BrzVlad:fix-type-ineq-regression
Jun 28, 2021
Merged

[mono] Intrinsify inequality comparison between runtime types#54602
BrzVlad merged 1 commit intodotnet:mainfrom
BrzVlad:fix-type-ineq-regression

Conversation

@BrzVlad
Copy link
Copy Markdown
Member

@BrzVlad BrzVlad commented Jun 23, 2021

This is needed because, when inlining op_Inequality, the information on whether the arguments are runtime types gets lost. We should track that information instead when inlining, but it is a more invasive change.

#54567

@ghost
Copy link
Copy Markdown

ghost commented Jun 23, 2021

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

Issue Details

This is needed because, when inlining op_Inequality, the information on whether the arguments are runtime types gets lost. We should track that information instead when inlining, but it is a more invasive change.

#54567

Author: BrzVlad
Assignees: -
Labels:

area-VM-meta-mono

Milestone: -

This is needed because, when inlining op_Inequality, the information on whether the arguments are runtime types gets lost. We should track that information instead when inlining, but it is a more invasive change.
@BrzVlad BrzVlad force-pushed the fix-type-ineq-regression branch from 8bd818d to 3ee9290 Compare June 27, 2021 22:03
@BrzVlad BrzVlad merged commit e928680 into dotnet:main Jun 28, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 28, 2021
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.

2 participants