-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIT: Assertion failed '!tree->IsUnusedValue() || (dstCount != 0)' during 'Linear scan register alloc' #81356
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue Details// Generated by Fuzzlyn v1.5 on 2023-01-29 16:01:38
// Run on X64 Windows
// Seed: 1558527855815242520
// Reduced from 309.9 KiB to 0.2 KiB in 00:06:49
// Hits JIT assert in Debug:
// Assertion failed '!tree->IsUnusedValue() || (dstCount != 0)' in 'Program:Main(Fuzzlyn.ExecutionServer.IRuntime)' during 'Linear scan register alloc' (IL size 19; hash 0xade6b36b; MinOpts)
//
// File: D:\a\_work\1\s\src\coreclr\jit\lsraxarch.cpp Line: 685
//
public class Program
{
public static byte[] s_130;
public static void Main()
{
ulong vr5 = default(ulong);
byte vr4 = (byte)(((byte)vr5 & 0) * s_130[0]);
}
} Bisected to 08f13dd, cc @JulieLeeMSFT
|
Seems to be reproing on other platforms as well in Antigen https://dev.azure.com/dnceng-public/public/_build/results?buildId=151999&view=ms.vss-build-web.run-extensions-tab |
Introduced by #77078 |
Ah, just noticed that @jakobbotsch already bisected it :) Working on the fix. |
Bisected to 08f13dd, cc @JulieLeeMSFT
The text was updated successfully, but these errors were encountered: