Skip to content
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

x86jit: Fix flush for special-purpose reg #18165

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

unknownbrackets
Copy link
Collaborator

Fixes #18159. Could've impacted other special-purpose flushes too, even with BMI2.

-[Unknown]

@unknownbrackets unknownbrackets added the x86jit x86/x64 JIT bugs label Sep 17, 2023
@unknownbrackets unknownbrackets added this to the v1.16.2 milestone Sep 17, 2023
@unknownbrackets
Copy link
Collaborator Author

Oh wait, actually...

-[Unknown]

@unknownbrackets
Copy link
Collaborator Author

Sorry, was still wrong before, now it will discard in the right cases.

-[Unknown]

@hrydgard hrydgard merged commit 92d1a66 into hrydgard:master Sep 17, 2023
18 checks passed
@unknownbrackets unknownbrackets deleted the x64-ir-bmi2 branch September 17, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x86jit x86/x64 JIT bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the new JIT IR engine causes some funny glitches
2 participants