Skip to content

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

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix102335
Jun 19, 2024
Merged

JIT: fix permute node type in AVX simd sum#103680
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix102335

Conversation

@AndyAyersMS

Copy link
Copy Markdown
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.
@ghost ghost 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
Copy Markdown
Member Author

@tannergooding PTAL
cc @dotnet/jit-contrib

@AndyAyersMS

Copy link
Copy Markdown
Member Author

/azp run runtime-coreclr libraries-jitstress

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@AndyAyersMS

Copy link
Copy Markdown
Member Author

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

@AndyAyersMS

Copy link
Copy Markdown
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
@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

Development

Successfully merging this pull request may close these issues.

System.Numerics.Tensors.Tests.SingleGenericTensorPrimitives.SpanScalarDestination_SpecialValues fails under jitstress on win-x86

2 participants