Unsafe.As doesn't update type information in JIT #84377
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Noticed in #84370 (comment)
Current codegen:
Expected codegen:
The idea that Unsafe.As JIT intrinsic should spill its input to a local and set class for that local based on signature.
runtime/src/coreclr/jit/importercalls.cpp
Lines 3977 to 3985 in 042a350
The text was updated successfully, but these errors were encountered: