Skip to content

[RyuJit] Add VisitOperandUses#125073

Merged
AndyAyersMS merged 1 commit intodotnet:mainfrom
SingleAccretion:VisitUses
Mar 3, 2026
Merged

[RyuJit] Add VisitOperandUses#125073
AndyAyersMS merged 1 commit intodotnet:mainfrom
SingleAccretion:VisitUses

Conversation

@SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Mar 2, 2026

For an upcoming WASM stackifier change, we'll need the ability to enumerate operand uses in their proper order. This change adds the necessary function.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Mar 2, 2026
@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 2, 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.

@SingleAccretion
Copy link
Contributor Author

@dotnet/jit-contrib

There is a bit of a TP diff, hopefully it'll smooth itself out through PGO (naturally this kind of change relies on inlining to clean up the added indirection in VisitOperands).

@AndyAyersMS
Copy link
Member

There is a bit of a TP diff, hopefully it'll smooth itself out through PGO (naturally this kind of change relies on inlining to clean up the added indirection in VisitOperands).

Mostly looks a bit faster, certainly nothing to worry about.

@AndyAyersMS AndyAyersMS merged commit 4172d0e into dotnet:main Mar 3, 2026
130 of 133 checks passed
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.

2 participants