JIT: Inliner direct substitution of return buffers can reorder side effects #112053
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
The following program throws
DivideByZeroException
when optimizing andNullReferenceException
otherwise. The correct exception isDivideByZeroException
.The text was updated successfully, but these errors were encountered: