JIT: Reduce Vector256/512 Sum to a shared per-lane reduction on x64#127329
Merged
tannergooding merged 9 commits intomainfrom Apr 25, 2026
Merged
JIT: Reduce Vector256/512 Sum to a shared per-lane reduction on x64#127329tannergooding merged 9 commits intomainfrom
tannergooding merged 9 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/f98b46df-b011-4898-8d7f-4edea22a5662 Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Copilot
AI
changed the title
[WIP] Fix Vector256 explicit intrinsics performance regression on .NET 10
JIT: Reduce Vector256/512 Sum to a single V128 horizontal reduction on x64
Apr 23, 2026
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/7dd925c6-f17d-475f-a448-008418ad164a Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
Copilot
AI
changed the title
JIT: Reduce Vector256/512 Sum to a single V128 horizontal reduction on x64
JIT: Reduce Vector256/512 Sum to a shared per-lane reduction on x64
Apr 23, 2026
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/873ded98-dc23-47f4-9027-6bfb940355ab Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
Copilot
AI
requested review from
Copilot and
tannergooding
and removed request for
Copilot
April 23, 2026 18:36
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/7dae7a9d-0582-4e67-b63d-83e84b191141 Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
tannergooding
approved these changes
Apr 23, 2026
hez2010
reviewed
Apr 24, 2026
EgorBo
approved these changes
Apr 24, 2026
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/0fd8d936-8f2e-4c10-a124-9a16a5998182 Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/9e0c910c-c854-4c8e-8436-95f44c4c8071 Co-authored-by: tannergooding <10487869+tannergooding@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TYP_DOUBLEvpermilpd imm ingtNewSimdSumNodefrom0b0001to0b01010101so each 128-bit lane is swapped correctly for V128/V256/V512GetLower128call onto a single line for jit-formatSystem.Runtime.Intrinsics.Testspass