[PATCH] [InstCombineAddSub] Added the transformation - "sub (or A B) (xor A B) -> (and A B)"
Ankur Garg
ankur29.garg at samsung.com
Sat Oct 18 02:26:43 PDT 2014
Hi David,
Actually, similar tranformation is already present in the VisitAdd() function for add operation.
http://reviews.llvm.org/D5719
More information about the llvm-commits
mailing list