Mono-LLVM is not tested?
- Dominant language
- F#
- Stars
- 773
- Forks
- 301
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 15
Description
From what I see we currently have two AOT runs for Mono https://pvscmdupload.blob.core.windows.net/reports/allTestHistory/TestHistoryIndexIndex.html
Both don't look like they use LLVM since I know that Mono-LLVM implements S.R.I intrinsics and is expected to benefit when we vectorize something new. Recently, [I've vectorized Guid.ToString](https://github.com/dotnet/runtime/pull/81650) and it demonstrated visible benefits on CoreCLR:

While for Mono-AOT runs there were no changes. The only explanation for that is that IsSuppored path were not taken:


cc @naricc @fanyang-mono @DrewScoggins
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.