Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

JIT: tolerate byref/nint return type mismatches during inlining #18274

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

AndyAyersMS
Copy link
Member

Have the jit tolerate byref/nint return type mismatches for inlines
same way that it tolerates them for ret instructions.

Fixes #18270.

Have the jit tolerate byref/nint return type mismatches for inlines
same way that it tolerates them for ret instructions.

Fixes #18270.
@AndyAyersMS
Copy link
Member Author

@briansull PTAL
cc @dotnet/jit-contrib

@AndyAyersMS
Copy link
Member Author

Retrying arm now that the build break is fixed.

@dotnet-bot retest Windows_NT arm Cross Checked Innerloop Build and Test
@dotnet-bot retest Windows_NT arm64 Cross Checked Innerloop Build and Test

Copy link

@CarolEidt CarolEidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AndyAyersMS AndyAyersMS merged commit 67f07aa into dotnet:master Jun 4, 2018
@AndyAyersMS AndyAyersMS deleted the Fix18270 branch June 4, 2018 23:02
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…et/coreclr#18274)

Have the jit tolerate byref/nint return type mismatches for inlines
same way that it tolerates them for ret instructions.

Fixes dotnet/coreclr#18270.

Commit migrated from dotnet/coreclr@67f07aa
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants