[PATCH] D88669: [ValueTracking] Add tracking of the alignment assume bundle

Shimin Cui via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 06:25:32 PDT 2020


scui updated this revision to Diff 299946.
scui added a comment.

Updated to address review comments: I adopted the use of Log2_32 from D89830 <https://reviews.llvm.org/D89830>, removed the parenthesis comment, and added a TODO comment in the test case.


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

https://reviews.llvm.org/D88669

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/BasicAA/featuretest.ll
  llvm/test/Analysis/ValueTracking/assume-queries-counter.ll
  llvm/test/Transforms/InstCombine/assume-align.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88669.299946.patch
Type: text/x-patch
Size: 5770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201022/48880030/attachment.bin>


More information about the llvm-commits mailing list