Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

llvm: BitVec.or_sub_xor_eq_and #307

Open
tobiasgrosser opened this issue May 15, 2024 · 0 comments
Open

llvm: BitVec.or_sub_xor_eq_and #307

tobiasgrosser opened this issue May 15, 2024 · 0 comments
Labels

Comments

@tobiasgrosser
Copy link
Collaborator

The theorem

∀ (a b : BitVec w), (b ||| a) - (b ^^^ a) = b &&& a

is very similar to #304 and is a useful standalone simp theorem. It will resolve one AliveStatements.lean issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant