[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
Tue Jul 23 11:00:44 PDT 2019


zzheng updated this revision to Diff 211336.
zzheng marked 2 inline comments as done.
zzheng added a comment.

Added new test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62990

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62990.211336.patch
Type: text/x-patch
Size: 7153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/21cff7fb/attachment.bin>


More information about the llvm-commits mailing list