Skip to content

Fix CompareZero tests for JitStressProcedureSplitting#122073

Merged
jakobbotsch merged 1 commit intodotnet:mainfrom
a74nh:JitStressProcedureSplitting_github
Dec 4, 2025
Merged

Fix CompareZero tests for JitStressProcedureSplitting#122073
jakobbotsch merged 1 commit intodotnet:mainfrom
a74nh:JitStressProcedureSplitting_github

Conversation

@a74nh
Copy link
Copy Markdown
Contributor

@a74nh a74nh commented Dec 1, 2025

Fixes #122060

Copilot AI review requested due to automatic review settings December 1, 2025 16:10
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 fixes an issue with CompareZero tests failing under JitStressProcedureSplitting stress mode by disabling that specific JIT stress feature for these tests.

Key Changes:

  • Disables JitStressProcedureSplitting stress mode for CompareZero instruction combining tests

@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Dec 1, 2025
@github-actions github-actions Bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 1, 2025
@a74nh a74nh added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Dec 4, 2025
@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.

@jakobbotsch jakobbotsch merged commit 32a02c7 into dotnet:main Dec 4, 2025
78 of 80 checks passed
@a74nh a74nh deleted the JitStressProcedureSplitting_github branch December 4, 2025 12:15
@a74nh a74nh restored the JitStressProcedureSplitting_github branch December 4, 2025 14:20
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

runtime-jit-experimental fails in JIT/opt/InstructionCombining/CompareZero

3 participants