Skip to content

JIT: update simd base type when combining simd nodes for bitwise ops#106510

Merged
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix106478
Aug 16, 2024
Merged

JIT: update simd base type when combining simd nodes for bitwise ops#106510
AndyAyersMS merged 1 commit into
dotnet:mainfrom
AndyAyersMS:Fix106478

Conversation

@AndyAyersMS

Copy link
Copy Markdown
Member

If we merge two simd for bitwise ops (eg creating an AndNot), make sure to use the simd base type of the parent (And) node when specializing the operator.

Fixes #106478.

If we merge two simd for bitwise ops (eg creating an AndNot), make sure to use
the simd base type of the parent (And) node when specializing the operator.

Fixes dotnet#106478.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 15, 2024
@AndyAyersMS

Copy link
Copy Markdown
Member Author

@tannergooding PTAL
cc @dotnet/jit-contrib

@AndyAyersMS

Copy link
Copy Markdown
Member Author

/backport to release/9.0-rc1

@github-actions

Copy link
Copy Markdown
Contributor

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

@github-actions github-actions Bot locked and limited conversation to collaborators Sep 15, 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.

JIT: Assertion failed 'ins != INS_invalid' during 'Generate code'

2 participants