[PATCH] D89954: [SCEV][NFC] Cache symbolic max exit count

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 06:00:24 PDT 2020


mkazantsev created this revision.
mkazantsev added reviewers: nikic, efriedma, fhahn, lebedev.ri.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
mkazantsev requested review of this revision.

We want to have a caching version of symbolic BE exit count
rather than recompute it every time we need it.


https://reviews.llvm.org/D89954

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/lib/Transforms/Scalar/IndVarSimplify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89954.299938.patch
Type: text/x-patch
Size: 6971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201022/08a553b8/attachment.bin>


More information about the llvm-commits mailing list