Skip to content

Conversation

jakobbotsch
Copy link
Member

When lowering makes this transformation it should proceed lowering from the original next node of the CndSel, not from op2. If we proceed lowering from op2 we will relower some nodes.

Fix #106876

Don't have a reasonably small test case to add here.

When lowering makes this transformation it should proceed lowering from
the original next node of the `CndSel`, not from `op2`. If we proceed
lowering from `op2` we will relower some nodes.

Fix dotnet#106876
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 26, 2024
@jakobbotsch
Copy link
Member Author

cc @dotnet/arm64-contrib @dotnet/jit-contrib PTAL @a74nh @amanasifkhalid

Copy link
Contributor

@amanasifkhalid amanasifkhalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jakobbotsch
Copy link
Member Author

/backport to release/9.0

@github-actions
Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10562335433

@github-actions github-actions bot locked and limited conversation to collaborators Sep 28, 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 '!arg->OperIsPutArg()' during 'Lowering nodeinfo'

2 participants