[PATCH] D112338: [InstCombine] Fold `(~(a | b) & c) | ~(a | c)` into `~((b & c) | a)`

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 07:20:33 PDT 2021


spatel added a comment.

Similar feedback as D112276 <https://reviews.llvm.org/D112276> - more tests needed (8 commutes, extra uses of intermediate values).


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

https://reviews.llvm.org/D112338



More information about the llvm-commits mailing list