[PATCH] D118094: [InstCombine] Implementing (x & y) + ~(x | y) -> ~(x ^ y)

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 03:07:45 PST 2022


ChuanqiXu added a comment.

In D118094#3271975 <https://reviews.llvm.org/D118094#3271975>, @RKSimon wrote:

> please can you add some vector tests as well?

I would love to. If there is any examples I could refer to?


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

https://reviews.llvm.org/D118094



More information about the llvm-commits mailing list