[PATCH] D122094: Reflect code reviews

Hirochika Matsumoto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 00:56:42 PDT 2022


hkmatsumoto created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
hkmatsumoto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Fold (icmp ne ctpop(X) 1) & (icmp ne X 0) into (icmp uge ctpop(X) 2)
- Add tests with vector type


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122094

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122094.416761.patch
Type: text/x-patch
Size: 6212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220320/a1ec7e64/attachment.bin>


More information about the llvm-commits mailing list