Skip to content

Fix an incorrect assert #65564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Feb 18, 2022

We only require "greater than" on x86. Ref.

No test added because the code was (and is) correct for the non-x86 case, just the assert condition was faulty.

Fixes #64805 (comment).

@ghost ghost added 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 labels Feb 18, 2022
@ghost
Copy link

ghost commented Feb 18, 2022

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

Issue Details

We only require "greater than" on x86.

No test added because the code was (and is) correct for the non-x86 case, just the assert condition was faulty.

Author: SingleAccretion
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

We only require the "greater than" condition on x86.
@SingleAccretion SingleAccretion force-pushed the Push-8-Byte-Args-Fix-Assert branch from bfd57fc to 52fc182 Compare February 18, 2022 15:12
@jakobbotsch jakobbotsch merged commit 8b5e4cc into dotnet:main Feb 18, 2022
@SingleAccretion SingleAccretion deleted the Push-8-Byte-Args-Fix-Assert branch February 18, 2022 18:08
@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2022
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.

2 participants