[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
Tue Jul 5 11:02:31 PDT 2016
bmakam abandoned this revision.
bmakam marked an inline comment as done.
bmakam added a comment.
Performance data was not promising, so abandoning this change.
http://reviews.llvm.org/D16978
More information about the llvm-commits
mailing list