[PATCH] D154306: [InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform to more than two pairs of variables

Maksim Kita via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 03:31:35 PDT 2023


kitaisreal updated this revision to Diff 538059.
kitaisreal marked an inline comment as done.
kitaisreal added a comment.

Updated implementation


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

https://reviews.llvm.org/D154306

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/icmp-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154306.538059.patch
Type: text/x-patch
Size: 8318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230707/4cae45cb/attachment.bin>


More information about the llvm-commits mailing list