runtime: Assertion failed 'regArgTab[argNum].slot == 2'
(linux.arm64.Checked leg of runtime-extra-platforms)
ILC: /__w/1/s/src/coreclr/jit/codegencommon.cpp:3957
ILC: Assertion failed 'regArgTab[argNum].slot == 2' in 'System.Collections.Generic.GenericEqualityComparer`1[System.Numerics.Plane]:GetHashCode(System.Numerics.Plane):int:this' during 'Generate code' (IL size 24; hash 0x7039dd06; FullOpts)
Aborted (core dumped)
/__w/1/s/artifacts/bin/coreclr/linux.arm64.Checked/build/Microsoft.NETCore.Native.targets(266,5): error MSB3073: The command ""/__w/1/s/artifacts/bin/coreclr/linux.arm64.Checked/x64/ilc/ilc" @"/__w/1/s/artifacts/obj/System.Numerics.Vectors.Tests/Release/net8.0/native/System.Numerics.Vectors.Tests.ilc.rsp"" exited with code 134. [/__w/1/s/src/libraries/System.Numerics.Vectors/tests/System.Numerics.Vectors.Tests.csproj]
Looks to be related to hardware intrinsics. Cc @tannergooding
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 24 (24 by maintainers)
Commits related to this issue
- Remove NativeAOT test exclusion for issue #83167 Resolves #83167. — committed to dotnet/runtime by MichalStrehovsky a year ago
- JIT: fix self-conflicting HFA arg prolog handling for arm64 Fix prolog handling in the case where the in-body destination register for an HFA overlaps with one of the HFA argument registers. For inst... — committed to AndyAyersMS/runtime by AndyAyersMS 9 months ago
- JIT: fix self-conflicting HFA arg prolog handling for arm64 (#92355) Fix prolog handling in the case where the in-body destination register for an HFA overlaps with one of the HFA argument registers... — committed to dotnet/runtime by AndyAyersMS 9 months ago
- Sync code (#1) * Minor code cleanup in TensorPrimitives tests (#92575) * Normalize some test naming * Alphabetize tests * Improve mistmatched length tests with all positions of the shorter t... — committed to GeroL/custom-runtime by GeroL 9 months ago
- Squashed commit of the following: commit 1d352cb36c06a16bc93e424809fb431d5795e741 Author: Aman Khalid <amankhalid@microsoft.com> Date: Tue Oct 3 21:30:06 2023 -0400 JIT: Make BasicBlock::bbJum... — committed to Artromskiy/runtime by Artromskiy 9 months ago
Will take a look. It’s possible its related to the big ZMM support PR that went in yesterday