[PATCH] D62990: [SCEV]When safe, compute MinStart as unsigned_min(Start - Stride) + Stride in computeMaxBECountForLT

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 11:05:42 PDT 2019


zzheng updated this revision to Diff 222212.
zzheng added a comment.
Herald added a subscriber: hiraditya.

rebased moved to monorepo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62990

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
  llvm/test/Analysis/ScalarEvolution/pr42175-MaxBECountForULT.ll
  llvm/test/Transforms/LoopUnroll/runtime-small-upperbound.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62990.222212.patch
Type: text/x-patch
Size: 7855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190927/66d5798b/attachment.bin>


More information about the llvm-commits mailing list