|
| 1 | +// Licensed to the .NET Foundation under one or more agreements. |
| 2 | +// The .NET Foundation licenses this file to you under the MIT license. |
| 3 | + |
| 4 | +// Generated by Fuzzlyn v2.5 on 2025-03-23 15:10:25 |
| 5 | +// Run on X64 Windows |
| 6 | +// Seed: 14181260275910254012-vectort,vector128,vector256,x86aes,x86avx,x86avx2,x86avx512bw,x86avx512bwvl,x86avx512cd,x86avx512cdvl,x86avx512dq,x86avx512dqvl,x86avx512f,x86avx512fvl,x86avx512fx64,x86bmi1,x86bmi1x64,x86bmi2,x86bmi2x64,x86fma,x86lzcnt,x86lzcntx64,x86pclmulqdq,x86popcnt,x86popcntx64,x86sse,x86ssex64,x86sse2,x86sse2x64,x86sse3,x86sse41,x86sse41x64,x86sse42,x86sse42x64,x86ssse3,x86x86base |
| 7 | +// Reduced from 68.9 KiB to 0.3 KiB in 00:01:38 |
| 8 | +// Problem() Hits JIT assert in Debug: |
| 9 | +// Assertion failed 'genTypeSize(op1) == genTypeSize(simdBaseType)' in 'Program:Main(Fuzzlyn.ExecutionServer.IRuntime)' during 'Lowering nodeinfo' (IL size 20; hash 0xade6b36b; MinOpts) |
| 10 | + |
| 11 | +// Generated by Fuzzlyn v2.5 on 2025-03-23 15:09:24 |
| 12 | +// Run on X64 Windows |
| 13 | +// Seed: 3022985173499088836-vectort,vector128,vector256,x86aes,x86avx,x86avx2,x86avx512bw,x86avx512bwvl,x86avx512cd,x86avx512cdvl,x86avx512dq,x86avx512dqvl,x86avx512f,x86avx512fvl,x86avx512fx64,x86bmi1,x86bmi1x64,x86bmi2,x86bmi2x64,x86fma,x86lzcnt,x86lzcntx64,x86pclmulqdq,x86popcnt,x86popcntx64,x86sse,x86ssex64,x86sse2,x86sse2x64,x86sse3,x86sse41,x86sse41x64,x86sse42,x86sse42x64,x86ssse3,x86x86base |
| 14 | +// Reduced from 26.2 KiB to 0.3 KiB in 00:01:05 |
| 15 | +// Problem2() Hits JIT assert in Debug: |
| 16 | +// Assertion failed 'op1->TypeIs(TYP_INT) && (genTypeSize(op1->CastToType()) == genTypeSize(simdBaseType))' in 'Program:Main(Fuzzlyn.ExecutionServer.IRuntime)' during 'Lowering nodeinfo' (IL size 31; hash 0xade6b36b; MinOpts) |
| 17 | +using System.Runtime.Intrinsics; |
| 18 | +using System.Runtime.Intrinsics.X86; |
| 19 | +using Xunit; |
| 20 | + |
| 21 | +public class C0 |
| 22 | +{ |
| 23 | + public sbyte F4; |
| 24 | +} |
| 25 | + |
| 26 | +public class Runtime_113829 |
| 27 | +{ |
| 28 | + [Fact] |
| 29 | + public static void Problem() |
| 30 | + { |
| 31 | + var vr4 = new C0(); |
| 32 | + Vector128.CreateScalar((short)vr4.F4); |
| 33 | + } |
| 34 | + |
| 35 | + [Fact] |
| 36 | + public static void Problem2() |
| 37 | + { |
| 38 | + if (Sse41.X64.IsSupported) |
| 39 | + { |
| 40 | + var vr7 = Vector128.CreateScalar(2263564149047927034UL); |
| 41 | + Vector256.CreateScalar((short)(sbyte)Sse41.X64.Extract(vr7, 0)); |
| 42 | + } |
| 43 | + } |
| 44 | +} |
0 commit comments