Skip to content

JIT SVE: Assertion failed ''targetReg != embMaskOp1Reg'' during 'Generate code' #106124

@SwapnilGaikwad

Description

@SwapnilGaikwad
using System;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.Intrinsics;
using System.Runtime.Intrinsics.Arm;
using Xunit;

namespace JIT.HardwareIntrinsics.Arm._Sve
{
    public static partial class Program
    {
        [Fact]
        public static void TestEntryPoint()
        {
            var vr19 = Vector128.CreateScalar(0L).AsVector();
            var vr25 = Sve.CreateBreakPropagateMask(vr19, vr19);
            Consume(vr25);
        }

        [MethodImpl(MethodImplOptions.NoInlining)]
        private static void Consume(Vector<long> v)
        {
            ;
        }

    }
}

cc @dotnet/jit-contrib @dotnet/arm64-contrib

Metadata

Metadata

Labels

Priority:2Work that is important, but not critical for the releasearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIarm-sveWork related to arm64 SVE/SVE2 supportin-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions