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

JIT: fix permute node type in AVX simd sum #103680

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

AndyAyersMS
Copy link
Member

In gtNewSimdSumNode we need to type permute nodes as simd16, not the sum's type. If we split the tree at the permute we spill to the wrong typed temp.

Also provide the ability to halt stress tree splitting after some number of splits.

Fixes #102335.

In `gtNewSimdSumNode` we need to type permute nodes as `simd16`, not the sum's type.
If we split the tree at the permute we spill to the wrong typed temp.

Also provide the ability to halt stress tree splitting after some number of splits.

Fixes dotnet#102335.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 19, 2024
@AndyAyersMS
Copy link
Member Author

@tannergooding PTAL
cc @dotnet/jit-contrib

@AndyAyersMS
Copy link
Member Author

/azp run runtime-coreclr libraries-jitstress

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@AndyAyersMS
Copy link
Member Author

Remaining jit stress failures look unrelated (9 in all, about half are timeouts). One leg still to run.

@AndyAyersMS
Copy link
Member Author

Looks like the pending x86 jitstress run was cancelled. Going to merge nonetheless.

@AndyAyersMS AndyAyersMS merged commit 74f7f91 into dotnet:main Jun 19, 2024
100 of 114 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 2024
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
Projects
None yet
2 participants