Assertion failed '!foundDiff' when an HFA local var is passed on stack #49780
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
bug
Milestone
The following is a simple repro of an issue that a customer reported here - reproduces on both linux-arm64 and win-arm64 on 3.1, 5.0 and 6.0.
Running the program with checked runtime and
COMPlus_TieredCompilation=0
would result in the following assertionNote that if
if (i > 0)
is commented out or removedthis will fail with a different assertion (on 5.0 and 6.0 but not 3.1)
I attached two JIT dumps for the different failure modes.
jitDump.un-cond.txt
jitDump.if-cond.txt
cc @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: