Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Vector.Create is properly recognized as intrinsic #108945

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

tannergooding
Copy link
Member

This resolves #108929

@tannergooding
Copy link
Member Author

CC. @dotnet/jit-contrib for review.

This resolves the user reported perf regression/codegen issue. It should be considered for backport to .NET 9 after merge

@tannergooding tannergooding merged commit 5945ee7 into dotnet:main Oct 29, 2024
164 of 166 checks passed
@tannergooding tannergooding deleted the fix-108929 branch October 29, 2024 00:19
@tannergooding
Copy link
Member Author

/backport to release/9.0-staging

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/11564881040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance regression in Vector<T>.Vector<T>(T) on x86/x64
2 participants