[PATCH] D97074: Add getDemandedBits for uses.

Qunyan Mangus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 16:49:34 PDT 2021


qunyanm updated this revision to Diff 330843.
qunyanm edited the summary of this revision.
qunyanm added a comment.

- Use getScalarSizeInBits() to get bitwidth of the type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97074

Files:
  llvm/include/llvm/Analysis/DemandedBits.h
  llvm/lib/Analysis/DemandedBits.cpp
  llvm/test/Analysis/DemandedBits/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97074.330843.patch
Type: text/x-patch
Size: 3747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210315/6f9629bc/attachment.bin>


More information about the llvm-commits mailing list