-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: flattening for non-binary bitnor, bitnand, bitxnor
This fixes the flattening for bitnor, bitnand, bitxnor for the case that the expression has one operand or more than two operands. For one operand, the result is now the bit-wise negation. For three or more operands, the result is now the bit-wise negation of the bitor, bitand, bitxor with the same operands.
- Loading branch information
Showing
1 changed file
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters