-
Notifications
You must be signed in to change notification settings - Fork 5.3k
JIT: Fixed incorrect reversed condition for GT #92316
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
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsResolves #92201
|
jakobbotsch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a test?
It's probably very hard to end up with the |
src/tests/JIT/Regression/JitBlue/Runtime_92201/Runtime_92201.csproj
Outdated
Show resolved
Hide resolved
|
/backport to release/8.0-staging |
|
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/8458964624 |
Resolves #92201
GTwas getting incorrectly reversed. Looks like an oversight, though it is surprising this wasn't caught sooner. Original code was here since 2018.