We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
None
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
Eliminate the following guard ops if the input is constant:
_GUARD_IS_TRUE_POP
_GUARD_IS_FALSE_POP
_GUARD_IS_NONE_POP
_GUARD_IS_NOT_NONE_POP
The text was updated successfully, but these errors were encountered:
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
0c81ce1
pythonGH-115819: Eliminate Boolean guards when value is known (python…
27ee883
…GH-116355)
8984ba6
markshannon
No branches or pull requests
Eliminate the following guard ops if the input is constant:
_GUARD_IS_TRUE_POP
_GUARD_IS_FALSE_POP
_GUARD_IS_NONE_POP
_GUARD_IS_NOT_NONE_POP
Linked PRs
The text was updated successfully, but these errors were encountered: