[PATCH] D155389: [ValueTracking][ScalarEvolution] improving llvm.assume's support for the argument value without context & reducing the result range of ScalarEvolution::getRange using computeConstantRange

CaprYang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 07:46:03 PDT 2023


CaprYang updated this revision to Diff 541030.

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

https://reviews.llvm.org/D155389

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info.ll
  llvm/test/Analysis/ScalarEvolution/ptrtoint-constantexpr-loop.ll
  llvm/test/Analysis/ScalarEvolution/ranges.ll
  llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
  llvm/test/CodeGen/Thumb2/mve-float16regloops.ll
  llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
  llvm/test/Transforms/IndVarSimplify/invalidate-modified-lcssa-phi.ll
  llvm/unittests/Analysis/ScalarEvolutionTest.cpp
  llvm/unittests/Analysis/ValueTrackingTest.cpp
  polly/test/ScopInfo/user_provided_assumptions_2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155389.541030.patch
Type: text/x-patch
Size: 30676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230717/e9916eda/attachment.bin>


More information about the llvm-commits mailing list