Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix CanCastTo behavior #39915

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

Merged
merged 2 commits into from
Jul 25, 2020
Merged

Conversation

davidwrighton
Copy link
Member

In particular fix CanCastTo when used to implement the IsAssignableTo intrinsic

Fixes #32725

(The issues noted in that bug around the JIT ABI stress tests are unrelated, but the failures don't repro either. I assume the issues were fixed earlier)

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 24, 2020
@davidwrighton
Copy link
Member Author

@dotnet/crossgen-contrib

@davidwrighton davidwrighton requested a review from trylek July 24, 2020 23:47
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks!

@jkotas jkotas merged commit 13fa14e into dotnet:master Jul 25, 2020
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
* Fix missing cases in CanCastTo

* Update issues.targets to start running the previously broken tests
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
@davidwrighton davidwrighton deleted the fix_isassignable_intrinsic branch April 20, 2021 17:43
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 in JIT\Intrinsics\TypeIntrinsics_ro\TypeIntrinsics_ro.cmd
4 participants