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

Remove optimization of NOT(a != b) #33943

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

ranma42
Copy link
Contributor

@ranma42 ranma42 commented Jun 9, 2024

It is implemented incorrectly (as if the expression was NOT(a == b)) and it is currently unused.

See #23711 (review)

It is implemented incorrectly, namely as if the expression was `NOT(a == b)`
and it is currently unused.

See dotnet#23711 (review)
@ranma42
Copy link
Contributor Author

ranma42 commented Jun 9, 2024

Note that if the code is actually unreachable, it is impossible to write a test that triggers it.

@maumar maumar merged commit e8592c8 into dotnet:main Jun 11, 2024
7 checks passed
@ranma42 ranma42 deleted the fix-sqlserver-notbinary branch June 14, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants