Skip to content

Conversation

@jonathandavies-arm
Copy link
Contributor

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

@jonathandavies-arm
Copy link
Contributor Author

@dotnet/arm64-contrib @jakobbotsch Please can I have a review?

Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

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

This resolves the issue and any potential regressions are tracked by #121445

@a74nh
Copy link
Contributor

a74nh commented Dec 1, 2025

@jakobbotsch thanks for fixing this up. This looks good to me now? The failures are just CI issues

@jakobbotsch jakobbotsch closed this Dec 3, 2025
Copy link
Member

@jakobbotsch jakobbotsch left a comment

Choose a reason for hiding this comment

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

Thanks

@jakobbotsch
Copy link
Member

/ba-g Timeouts, #121659, #122061

@jakobbotsch jakobbotsch merged commit 3f5df2f into dotnet:main Dec 4, 2025
125 of 133 checks passed
jakobbotsch added a commit that referenced this pull request Dec 5, 2025
arm32 does not set the right flags for these operations, so it cannot be
enabled.

I enabled this in #121380, and these tests did fail there too, but I
mistakenly thought the failure was preexisting and the same as #121659.

Also do a small refactoring while I'm here, to make use of
`SupportsSettingFlagsAsCompareToZero` from `SupportsSettingZeroFlag`.

Fix #122185
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.

JIT: Wrong result of comparison against 0 on arm64

5 participants