Skip to content

JIT: Check layout equality of GT_OBJ/GT_BLK nodes in GenTree::Compare - #78312

Merged
jakobbotsch merged 2 commits into
dotnet:mainfrom
jakobbotsch:fix-78310
Nov 14, 2022
Merged

JIT: Check layout equality of GT_OBJ/GT_BLK nodes in GenTree::Compare #78312
jakobbotsch merged 2 commits into
dotnet:mainfrom
jakobbotsch:fix-78310

Conversation

@jakobbotsch

Copy link
Copy Markdown
Member

Also bail on TYP_STRUCTIND nodes.

Fix#78310

@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 14, 2022
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Also bail on TYP_STRUCTIND nodes.

Fix #78310

Author:jakobbotsch
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

@jakobbotsch

Copy link
Copy Markdown
MemberAuthor

No diffs

cc @dotnet/jit-contrib PTAL @EgorBo

@jakobbotsch
jakobbotsch merged commit aa05502 into dotnet:mainNov 14, 2022
@jakobbotsch
jakobbotsch deleted the fix-78310 branch November 14, 2022 15:58
@ghostghost locked as resolved and limited conversation to collaborators Dec 14, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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: Bad codegen - using wrong var for field access

3 participants

@jakobbotsch@EgorBo@SingleAccretion