-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
JIT: Avoid using type info from GDV guesses during import #72376
Conversation
We can only use this type information after they have been expanded and if we are on the happy path. Fix dotnet#72363
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsWe can only use this type information after they have been expanded and Fix #72363
|
Covariant returns would have the same problem but |
cc @dotnet/jit-contrib PTAL @AndyAyersMS @EgorBo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bug is also in 6.0, right?
We should consider porting the fix there.
Doesn't look like it, we don't manage to do GDV for the test in 6.0. Looks like #56254 added that support. |
The bug might exist in 6.0 R2R though, IIUC that worked before #56254. |
The failure is #72429. I'll choose not to backport this given the above. |
We can only use this type information after they have been expanded and
if we are on the happy path.
Fix #72363