Skip to content

[Wasm RyuJIT] Fix build break#126254

Merged
kg merged 1 commit intodotnet:mainfrom
kg:wasm-fixbuildbreak
Mar 28, 2026
Merged

[Wasm RyuJIT] Fix build break#126254
kg merged 1 commit intodotnet:mainfrom
kg:wasm-fixbuildbreak

Conversation

@kg
Copy link
Copy Markdown
Member

@kg kg commented Mar 28, 2026

Streams got crossed with some merges so this made it through checks

@kg kg added arch-wasm WebAssembly architecture area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Mar 28, 2026
Copilot AI review requested due to automatic review settings March 28, 2026 13:30
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

@kg kg marked this pull request as ready for review March 28, 2026 13:31
@kg
Copy link
Copy Markdown
Member Author

kg commented Mar 28, 2026

PTAL @dotnet/jit-contrib

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a debug-build break in the WASM JIT lowering path by ensuring SetMultiplyUsed is called with the required debug-only “reason” argument in all debug configurations.

Changes:

  • Update Lowering::LowerIndexAddr to pass DEBUGARG(...) reason strings to SetMultiplyUsed for Arr() and Index().

@kg
Copy link
Copy Markdown
Member Author

kg commented Mar 28, 2026

/ba-g Fixing build break on CI in debug-only, wasm-only code

@kg kg merged commit ab5c5f8 into dotnet:main Mar 28, 2026
33 of 118 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch-wasm WebAssembly architecture 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.

3 participants