Skip to content

[JitStress] VectorTableLookupExtension fails in jitstress1 #84696

@tannergooding

Description

@tannergooding

For:

set DOTNET_TieredCompilation=0
set DOTNET_JitStress=1

We see

14:38:16.844 Running test: _AdvSimd_Arm64_ro::JIT.HardwareIntrinsics.Arm._AdvSimd.Arm64.Program.VectorLookupExtension_2_Byte()
Beginning scenario: RunBasicScenario_UnsafeRead
Arm64.VectorTableLookupExtension<Byte>(Vector128<Byte>, (Vector128<Byte>, Vector128<Byte>>), Vector128<Byte>): RunBasicScenario_UnsafeRead failed:
 defaultValues: (31, 10, 93, 216, 169, 113, 148, 77, 204, 243, 166, 115, 27, 230, 43, 78)
 firstOp: (213, 126, 207, 229, 250, 214, 46, 187, 23, 195, 145, 45, 18, 53, 73, 179)
 secondOp: (198, 236, 120, 37, 38, 35, 212, 247, 230, 73, 19, 125, 181, 45, 221, 145)
 indices: (6, 1, 19, 0, 35, 20, 30, 20, 2, 4, 26, 23, 4, 35, 39, 31)
 result: (46, 126, 37, 213, 169, 38, 0, 38, 207, 250, 0, 247, 250, 230, 43, 0)

and

14:40:31.521 Running test: _AdvSimd_ro::JIT.HardwareIntrinsics.Arm._AdvSimd.Program.VectorLookupExtension_3_SByte()
Beginning scenario: RunBasicScenario_UnsafeRead
AdvSimd.VectorTableLookupExtension<SByte>(Vector64<SByte>, (Vector128<SByte>, Vector128<SByte>, Vector128<SByte>), Vector64<SByte>): RunBasicScenario_UnsafeRead failed:
 defaultValues: (126, 61, 97, 86, 65, 115, 19, 72)
 firstOp: (50, 13, 101, 20, 25, 90, 52, 33, 89, 27, 13, 109, 110, 112, 63, 98)
 secondOp: (122, 101, 116, 73, 82, 67, 54, 84, 40, 24, 93, 83, 77, 8, 37, 50)
 thirdOp: (33, 79, 16, 13, 33, 72, 74, 123, 89, 26, 63, 115, 96, 15, 59, 32)
 indices: (44, 36, 7, 43, 4, 12, 56, 11)
 result: (0, 33, 33, 0, 25, 0, 19, 0)

Metadata

Metadata

Assignees

Labels

arch-arm64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions