[PATCH] D142253: [InstCombine] Transform ctpop(Pow2) -> icmp ne Pow2, 0

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 21:13:39 PST 2023


goldstein.w.n updated this revision to Diff 491030.
goldstein.w.n added a comment.

Fix misspell


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142253

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/ctpop-pow2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142253.491030.patch
Type: text/x-patch
Size: 5773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230121/5e859fc8/attachment.bin>


More information about the llvm-commits mailing list