[PATCH] D16978: [InstCombine] Try harder to simplify ~(X & Y) -> ~X | ~Y and ~(X | Y) -> ~X & ~Y when X and Y have more than one uses.

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 12:45:11 PDT 2016


bmakam marked an inline comment as done.
bmakam added a comment.

http://reviews.llvm.org/D16978





More information about the llvm-commits mailing list