[PATCH] Added InstCombine transform for pattern " ( ( A ^ B ) ^ ( ( ~A ) | B ) -> ( A | ( ~ B ) ) ".
David Majnemer
david.majnemer at gmail.com
Fri Aug 22 10:49:16 PDT 2014
We actually do a better job CodeGen'ing the `((A & B) | ( ( ~B ) & C ))` form, I think you should canonicalize to that form.
http://reviews.llvm.org/D5001
More information about the llvm-commits
mailing list