[PATCH] D105013: [InstCombine] try to fold the expression "(A & ~B) + B" to "A | B"

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 05:26:48 PST 2023


spatel commandeered this revision.
spatel edited reviewers, added: dongAxis1944; removed: spatel.
spatel added a comment.
Herald added a subscriber: mcrosier.

This is a subset of:
D124763 <https://reviews.llvm.org/D124763> / 2171a896ed0059e3576fd9c36d0021a3d <https://reviews.llvm.org/rG2171a896ed0059e3576fd9c36d0021a3de11d31a>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105013/new/

https://reviews.llvm.org/D105013



More information about the llvm-commits mailing list