-
Notifications
You must be signed in to change notification settings - Fork 299
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
Enhance bitwise folders and add canonicalization patterns #43
Conversation
maerhart
commented
Jul 16, 2020
- Fold bitwise operations having complements as arguments
- Fold double not
- Convert xor with one operand being all ones to a not
- Add equality operation canonicalization patterns
- Move shift folding tests to new canonicalization directory
- Merge old bitwise and arithmetic folding tests into new canonicalization test directory
* Fold bitwise operations having complements as arguments * Fold double not * Convert xor with one operand being all ones to a not
* Move shift folding tests to new canonicalization folder * Merge old bitwise and arithmetic folding tests
@rodonisi Your review is also very welcome, unfortunately, I cannot add you to the reviewers list directly. |
I don't know if that's related, but I'll take this for a friendly ping, if someone could grand me write access to this repo, for assigning labels, reviewers, etc. in PRs? I think that flew under the radar in one of my previous PRs. |
I added you. Sorry it took so long! |
Thanks a lot, no problem at all! |