Skip to content

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
@ghost ghost 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.

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.

Assertion failed 'OperIs(GT_LCL_VAR, GT_LCL_FLD, GT_PHI_ARG, GT_STORE_LCL_VAR, GT_STORE_LCL_FLD, GT_LCL_ADDR)' during 'Assertion prop'

2 participants