Skip to content

JIT: Add debug consistency checks for GT_RETURN nodes#125298

Open
BoyBaykiller wants to merge 4 commits intodotnet:mainfrom
BoyBaykiller:add-debug-checks-for-GT_RETURN
Open

JIT: Add debug consistency checks for GT_RETURN nodes#125298
BoyBaykiller wants to merge 4 commits intodotnet:mainfrom
BoyBaykiller:add-debug-checks-for-GT_RETURN

Conversation

@BoyBaykiller
Copy link
Contributor

Makes sure that:

  1. Block that isn't BBJ_RETURN should not contain GT_RETURN node.
  2. If the block contains a GT_RETURN node it should be last.

Once #125072 is merged neither of these asserts should fail anymore.

@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 8, 2026
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Mar 8, 2026
@dotnet-policy-service
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant