[PATCH] D154306: [InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 14:57:55 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGda822ce90ed9: [InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform (authored by kitaisreal, committed by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
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.540743.patch
Type: text/x-patch
Size: 8898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230715/a7c64148/attachment.bin>
More information about the llvm-commits
mailing list