Hi,
The following changes implement the transformation for the expression - (X | Y) - X --> (~X & Y).
Z3 Link: http://rise4fun.com/Z3/2D4n
Please help in reviewing it.
Thanks.
Differential D5791
[InstCombineAddSub] Transformation for the expression (X | Y) - X --> (~X & Y) ankur29.garg on Oct 15 2014, 1:52 AM. Authored by
Details Hi, Z3 Link: http://rise4fun.com/Z3/2D4n Please help in reviewing it. Thanks.
Diff Detail
Event TimelineComment Actions Actually, I think this needs a small tweak.
Comment Actions Thank you David, for reviewing the patch. Can you also please commit this, as I don't have commit access yet. Thanks.
|