Skip to content

SuperPMI: re-apply JitWasmNyiToR2RUnsupported when ignoring stored config#129026

Open
AndyAyersMS wants to merge 1 commit into
dotnet:mainfrom
AndyAyersMS:superpmi-wasm-ignorestoredconfig
Open

SuperPMI: re-apply JitWasmNyiToR2RUnsupported when ignoring stored config#129026
AndyAyersMS wants to merge 1 commit into
dotnet:mainfrom
AndyAyersMS:superpmi-wasm-ignorestoredconfig

Conversation

@AndyAyersMS
Copy link
Copy Markdown
Member

@AndyAyersMS AndyAyersMS commented Jun 5, 2026

The asmdiffs-checked-release leg uses -ignoreStoredConfig, which drops the JitWasmNyiToR2RUnsupported=1 recorded into the MCH stored config at collection time. The wasm JIT then asserts on unimplemented opcodes (e.g. GT_ASYNC_CONTINUATION) instead of cleanly skipping them as R2R-unsupported.

So add back the option externally for wasm whenever we pass -ignoreStoredConfig.

Fixes #129014

…nfig

The asmdiffs-checked-release leg uses -ignoreStoredConfig, which drops
the JitWasmNyiToR2RUnsupported=1 setting that crossgen-corelib.proj
recorded into the MCH stored config at collection time. The wasm JIT
then asserts on unimplemented opcodes (e.g. GT_ASYNC_CONTINUATION)
instead of cleanly skipping them as R2R-unsupported. Re-supply the
option externally for wasm whenever we pass -ignoreStoredConfig.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 5, 2026 01:03
@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 Jun 5, 2026
@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.

@AndyAyersMS
Copy link
Copy Markdown
Member Author

@dotnet/wasm-contrib PTAL
fyi @dotnet/jit-contrib

I also had to manually update the coredistools stored in our azure blob; for some reason these jobs fetch coredistools from the blob rather than copying the proper version from a build and/or fetching it via nuget.

This should "really" be the last piece of Wasm SPMI infrastructure for now.

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

This PR updates the SuperPMI asm-diffs replay path to preserve a wasm-specific JIT behavior when -ignoreStoredConfig is used, by explicitly re-applying JitWasmNyiToR2RUnsupported=1 for wasm targets.

Changes:

  • When --diff_with_release causes -ignoreStoredConfig to be passed, add -jitoption force JitWasmNyiToR2RUnsupported=1 and -jit2option force JitWasmNyiToR2RUnsupported=1 for target_arch == "wasm".

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ci-scan] Test failure: superpmi-asmdiffs browser-wasm no MCH files to replay

2 participants