JIT: Avoid using type info from GDV guesses during import#72376
JIT: Avoid using type info from GDV guesses during import#72376jakobbotsch merged 2 commits intodotnet:mainfrom
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 |
AndyAyersMS
left a comment
There was a problem hiding this comment.
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