Hi everyone,
This patch implements the transformation (A|B)^((A^C)|B) --> (~B)C
Please help in reviewing it.
Z3 Link : http://rise4fun.com/Z3/XslkK
Thanks,
Ankur Garg
|  Differential  D4970  
Added InstCombine Transformation for (A|B)^((A^C)|B) --> (~B)C Authored by ankur29.garg on Aug 19 2014, 2:23 AM. 
Details 
 Hi everyone, This patch implements the transformation (A|B)^((A^C)|B) --> (~B)C Please help in reviewing it. Z3 Link : http://rise4fun.com/Z3/XslkK Thanks, 
Diff Detail Event TimelineComment Actions Please run clang format before submitting any patch. More info on the same can be found here - http://clang.llvm.org/docs/ClangFormat.html Comment Actions Please provide the information asked in other thread for similar pattern: 
 |