[PATCH] D48409: [SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 16:27:37 PDT 2018


timshen updated this revision to Diff 152401.
timshen added a comment.

Update more tests.


https://reviews.llvm.org/D48409

Files:
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/Delinearization/a.ll
  llvm/test/Analysis/Delinearization/iv_times_constant_in_subscript.ll
  llvm/test/Analysis/IVUsers/quadradic-exit-value.ll
  llvm/test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
  llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
  llvm/test/Analysis/ScalarEvolution/different-loops-recs.ll
  llvm/test/Analysis/ScalarEvolution/extract-highbits-sameconstmask.ll
  llvm/test/Analysis/ScalarEvolution/lshr-shl-differentconstmask.ll
  llvm/test/Analysis/ScalarEvolution/nsw-offset-assume.ll
  llvm/test/Analysis/ScalarEvolution/nsw-offset.ll
  llvm/test/Analysis/ScalarEvolution/nsw.ll
  llvm/test/Analysis/ScalarEvolution/predicated-trip-count.ll
  llvm/test/Analysis/ScalarEvolution/sext-mul.ll
  llvm/test/Analysis/ScalarEvolution/shl-lshr-differentconstmask.ll
  llvm/test/Analysis/ScalarEvolution/trip-count-pow2.ll
  llvm/test/Analysis/ScalarEvolution/zext-mul.ll
  llvm/test/Transforms/LoopVersioning/incorrect-phi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48409.152401.patch
Type: text/x-patch
Size: 22414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/6f57d867/attachment.bin>


More information about the llvm-commits mailing list