Hi everyone,
This patch implements the transformation (A^B)^((~A)&B) -> A&(~B)
Please help in reviewing it.
Z3 Link: http://rise4fun.com/Z3/jegC
Thanks,
Ankur Garg
Differential D5002
Added InstCombine Transformation for (A^B)^((~A)&B) -> A&(~B) ankur29.garg on Aug 21 2014, 2:33 AM. Authored by
Details
Hi everyone, This patch implements the transformation (A^B)^((~A)&B) -> A&(~B) Please help in reviewing it. Z3 Link: http://rise4fun.com/Z3/jegC Thanks,
Diff Detail Event TimelineComment Actions Hi David, Updated Transformation: New Z3 Link: http://rise4fun.com/Z3/KmnV7 Thanks, Comment Actions Again, it will be really nice if you'll provide examples in the Comment Actions Hi Anton, Thanks. Comment Actions There are infinitely many expressions which one can form using logical Will you please provide some numbers, for example how often such Comment Actions Hi Anton, Regards, |