Skip to content

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

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

Introduce TYP_SIMD to the JIT for Vector<T>#121548
tannergooding merged 7 commits into
dotnet: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-actionsgithub-actionsBot 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-servicedotnet-policy-serviceBot 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
ContributorAuthor

@dotnet/arm64-contrib

Comment threadsrc/coreclr/jit/simd.cpp Outdated
Comment threadsrc/coreclr/jit/typelist.h Outdated
@snickolls-arm

Copy link
Copy Markdown
ContributorAuthor

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 threadsrc/coreclr/jit/jitconfigvalues.h Outdated
@tannergooding
tannergooding merged commit 90267e5 into dotnet:mainDec 15, 2025
122 checks passed
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Jan 15, 2026
@snickolls-arm
snickolls-arm deleted the introduce-typ-simd branch June 16, 2026 12:26
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIcommunity-contributionIndicates 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

@snickolls-arm@jkotas@tannergooding