[PATCH] D142271: [ValueTracking] Add KnownBits patterns `xor(x, x - 1)` and `and(x, -x)` for knowing upper bits to be zero

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 17:27:20 PST 2023


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

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142271

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/ValueTracking/knownbits-bmi-pattern.ll
  llvm/test/Transforms/InstCombine/ctpop-pow2.ll
  llvm/test/Transforms/InstSimplify/ctpop-pow2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142271.492609.patch
Type: text/x-patch
Size: 12765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/88c69be5/attachment.bin>


More information about the llvm-commits mailing list