Skip to content

JIT: fix assert in assertion prop #106146

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

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

AndyAyersMS
Copy link
Member

@AndyAyersMS AndyAyersMS commented Aug 8, 2024

optAssertionPropGlobal_RelOp had branch where it was expecting both op2 and op1 to be locals, but only had verified that op2 was.

Add an extra check.

Fixes #105670

'optAssertionPropGlobal_RelOp' had branch where it was expecting both
op2 and op1 to be locals, but only had verified that op2 was.

Add an extra check.

Fixes dotnet#105670
@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 Aug 8, 2024
@AndyAyersMS
Copy link
Member Author

@jakobbotsch PTAL
cc @dotnet/jit-contrib

No diffs expected.

@AndyAyersMS AndyAyersMS merged commit 243715e into dotnet:main Aug 8, 2024
103 of 108 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 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