We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
&&& allOnes
There is a second identity in this space; we currently only have proven one:
x >>> n <<< n = x &&& BitVec.allOnes w <<< n := by x <<< n >>> n = x &&& BitVec.allOnes w >>> n := by
Also, what about sshiftRight?
The text was updated successfully, but these errors were encountered:
these are the ones solving statement 476, right?
476
Sorry, something went wrong.
Not sure. None of these may be needed for lean-mlir, but for upstreaming we typically want to complete a family of PRs.
luisacicolini
No branches or pull requests
There is a second identity in this space; we currently only have proven one:
Also, what about sshiftRight?
The text was updated successfully, but these errors were encountered: