[PATCH] D38825: [SCEV] Teach SCEV to find maxBECount when loop endbound is variant

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 06:03:52 PDT 2017


anna updated this revision to Diff 118780.
anna marked 3 inline comments as done.
anna added a comment.

Addressed reviewer comments: added more tests regarding overflow, stride negative, stride unknown.
Updated a failing test where we now have more granular max BECount taken 
value (This test update was missed in the original diff).


https://reviews.llvm.org/D38825

Files:
  include/llvm/Analysis/ScalarEvolution.h
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/ScalarEvolution/max-trip-count.ll
  test/Transforms/LoopSimplify/preserve-scev.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38825.118780.patch
Type: text/x-patch
Size: 12736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171012/447ec5ad/attachment.bin>


More information about the llvm-commits mailing list