ARM64: jit assertion finalOne <= count
Closed
arch-arm64
area-CodeGen-coreclr
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
This should be enough to repro with TieredCompilation=0
```
private static Vector Repro() => Sve.CreateTrueMaskSingle(SveMaskPattern.VectorCount5);
```
(The fuzzers hit this pattern pretty frequently, fixing this should cut down on the noise)
in EvaluateSimdPatternToMask in simd.h
Contributor guide
Assessment
This issue has not been assessed yet.