Skip to content

Introduce TYP_SIMD to the JIT for Vector<T>#121548

Merged
tannergooding merged 7 commits intodotnet:mainfrom
snickolls-arm:introduce-typ-simd
Dec 15, 2025
Merged

Introduce TYP_SIMD to the JIT for Vector<T>#121548
tannergooding merged 7 commits intodotnet:mainfrom
snickolls-arm:introduce-typ-simd

Conversation

@snickolls-arm
Copy link
Copy Markdown
Contributor

The type is experimental and will only be materialized on ARM64, when DOTNET_JitUseScalableVectorT=1. This change covers initial properties of the type and pattern matching the type during import.

The type is experimental and will only be materialized
on ARM64, when DOTNET_JitUseScalableVectorT=1. This
change covers initial properties of the type and
pattern matching the type during import.
@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 12, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Nov 12, 2025
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@snickolls-arm
Copy link
Copy Markdown
Contributor Author

@dotnet/arm64-contrib

Comment thread src/coreclr/jit/simd.cpp Outdated
Comment thread src/coreclr/jit/typelist.h Outdated
@snickolls-arm
Copy link
Copy Markdown
Contributor Author

It's not clear to me what the build failure is but it doesn't look related to the patch. Is this OK to merge?

Comment thread src/coreclr/jit/jitconfigvalues.h Outdated
@tannergooding tannergooding merged commit 90267e5 into dotnet:main Dec 15, 2025
122 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants