JIT: Improper handling of GC structs with undone promotion in tailcall-to-loop optimization #81081
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Run with
DOTNET_JitNoInline=1
on win-x64. Result:The problem is that the tailcall-to-loop optimization tries to zero out the copy created for the promotion of
s
, but that promotion was undone.The text was updated successfully, but these errors were encountered: