-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
On osx arm64:
// Generated by Fuzzlyn v2.4 on 2024-09-08 16:29:27
// Run on Arm64 MacOS
// Seed: 8130614614026339575-vectort,vector64,vector128,armadvsimd,armadvsimdarm64,armaes,armarmbase,armarmbasearm64,armcrc32,armcrc32arm64,armdp,armrdm,armrdmarm64,armsha1,armsha256
// Reduced from 29.8 KiB to 0.5 KiB in 00:00:24
// Hits JIT assert in Release:
// Assertion failed '((tree->gtDebugFlags & GTF_DEBUG_NODE_MORPHED) == 0) && "ERROR: Already morphed this node!"' in 'Program:M3():uint' during 'Morph - Global' (IL size 49; hash 0x5ffe8ca8; FullOpts)
//
// File: /Users/runner/work/1/s/src/coreclr/jit/morph.cpp Line: 12250
//
using System;
using System.Numerics;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.Arm;
public class Program
{
public static void Main()
{
M3();
}
public static uint M3()
{
var vr1 = Vector64.Create<uint>(0);
var vr3 = (byte)0;
var vr2 = Vector64.CreateScalar(vr3);
var vr4 = Vector64.Create<byte>(1);
var vr0 = Dp.DotProductBySelectedQuadruplet(vr1, vr2, vr4, 6);
return (uint)(-9223372036854775808L & AdvSimd.Extract(vr0, 0));
}
}
cc @dotnet/jit-contrib
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIblocking-clean-ci-optionalBlocking optional rolling runsBlocking optional rolling runsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged