Skip to content
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 '!"Unexpected small type in IR"' #95318

Closed
jakobbotsch opened this issue Nov 28, 2023 · 1 comment · Fixed by #95249
Closed

JIT: Assertion failed '!"Unexpected small type in IR"' #95318

jakobbotsch opened this issue Nov 28, 2023 · 1 comment · Fixed by #95249
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

// Generated by Fuzzlyn v1.6 on 2023-11-26 16:15:10
// Run on X64 Windows
// Seed: 3845092599037652036
// Reduced from 72.7 KiB to 0.2 KiB in 00:01:18
// Hits JIT assert in Release:
// Assertion failed '!"Unexpected small type in IR"' in 'Program:Main(Fuzzlyn.ExecutionServer.IRuntime)' during 'Post-Morph' (IL size 19; hash 0xade6b36b; FullOpts)
// 
//     File: D:\a\_work\1\s\src\coreclr\jit\fgdiagnostic.cpp Line: 3293
// 
using System.Runtime.CompilerServices;

public class Program
{
    public static void Main()
    {
        short[] vr5 = new short[]{0};
        vr5[0] = (short)((long)0 | vr5[0]);
    }
}
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 28, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 28, 2023
@ghost
Copy link

ghost commented Nov 28, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details
// Generated by Fuzzlyn v1.6 on 2023-11-26 16:15:10
// Run on X64 Windows
// Seed: 3845092599037652036
// Reduced from 72.7 KiB to 0.2 KiB in 00:01:18
// Hits JIT assert in Release:
// Assertion failed '!"Unexpected small type in IR"' in 'Program:Main(Fuzzlyn.ExecutionServer.IRuntime)' during 'Post-Morph' (IL size 19; hash 0xade6b36b; FullOpts)
// 
//     File: D:\a\_work\1\s\src\coreclr\jit\fgdiagnostic.cpp Line: 3293
// 
using System.Runtime.CompilerServices;

public class Program
{
    public static void Main()
    {
        short[] vr5 = new short[]{0};
        vr5[0] = (short)((long)0 | vr5[0]);
    }
}
Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch jakobbotsch added this to the 9.0.0 milestone Nov 28, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 28, 2023
@jakobbotsch jakobbotsch linked a pull request Nov 28, 2023 that will close this issue
@github-actions github-actions bot locked and limited conversation to collaborators Dec 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants